Skip to content

This is a To-Do application powered by JavaScript programming language and has the following functionalities: 1: Add new todo to the list. 2: Mark To-Dos as complete. 3: Delete To-Dos from the list. 4: Filter by all/active/complete To-Dos 5: Clear all completed To-Dos. 6: Toggle light and dark modes. 7: Drag and drop to reorder items on the list.

License

Notifications You must be signed in to change notification settings

MahdiSohaily/Todo-app

Repository files navigation

Todo app

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for the app depending on their device's screen size
  • See hover states for all interactive elements on the page
  • Add new todos to the list
  • Mark todos as complete
  • Delete todos from the list
  • Filter by all/active/complete todos
  • Clear all completed todos
  • Toggle light and dark mode
  • Drag and drop to reorder items on the list

Setup Project

commands

In order to run this project locally in your machine follow the following steps

git clone https://github.com/MahdiSohaily/Todo-app.git
cd Todo-app
npm install
npm run dev
npm run start

Screenshot

Desktop version Mobile Version
Solution Screenshot Solution Screenshot

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow
  • Webpack 5
  • JavaScript

Author

About

This is a To-Do application powered by JavaScript programming language and has the following functionalities: 1: Add new todo to the list. 2: Mark To-Dos as complete. 3: Delete To-Dos from the list. 4: Filter by all/active/complete To-Dos 5: Clear all completed To-Dos. 6: Toggle light and dark modes. 7: Drag and drop to reorder items on the list.

Topics

Resources

License

Stars

Watchers

Forks