About: minimalistic Todo list with API where user can store and manage his plans todo.
created with React, Typescript, HTML, SCSS.
In case of any error (incl. API) showing notifications with an appropriate message at the bottom.
Adding a todo with entering in title form and submit
Removing a todo on button 'X' click.
Removing all completed todos after Clear completed button click.
Todos can be filtered by status All / Active / Completed:
Toggle the completed status on TodoStatus change
Add the ability to toggle the completed status of all the todos with the toggleAll checkbox:
Ability to rename a todo title on double click:
- no special to use as is. (Just try Link)
to get local:
- Fork the repository
- Clone the forked repo
- Run
npm installto install the dependencies - Create a branch for you solution
to use locally:
- Use
npm startto run a development server athttp://localhost:3000(If you need to stop the server pressctrl + cin the terminal window)