Simple TODO app working as described in (Features) below.
1.Clone the repo.
2.Run npm install (or just npm i)
3.Run npm start
Project is created with:
- HTML
- CSS
- JavaScript
- TypeScript
- React
- React Router
- Hooks
- Create new todos, and press Enter to save it in Todo list.
- See numbers of not completed todos on left side of TodoApp.
- Switch between All, Active and Completed todos.
- Edit, delete and save your work.