Another simple responsive todolist app built with React written in JS, that helps you stay organized and productive!
With it's user-friendly interface, you can easily add, update, remove, and sort tasks.
- Add tasks with title and description
- Mark tasks as completed or pending todo with checkbox
- Update task's title and description
- Remove tasks
- Sort tasks based on completed or uncompleted tasks
- Sort tasks based on newest or oldest tasks
- Support local storage
- HTML/CSS
- Responsive Design
- Used BEM Methodology
- React 18 (written in JS)
- Dependencies
- FontAwesome
- React Hot Toast
- Clone this repository
git clone https://github.com/the-siavash/todolist-app.git
- Navigate to the project directory
cd todolist-app
- Install dependencies
npm i
- Run app server
npm run dev
- Open address to your favorite browser :)