This is a simple to-do app created as a part of a learning react.
- Add to-do
- Display to-dos
- Cross off to-do
- Show number of active to-dos
- filters for all/inactive/active to-dos
- Mark to-dos as complete
- Delete button for todos
- Node
- React
- Clone the repository or download a zip
- Navigate to the root
to-do/
folder - Run:
npm install
- Run :
npm start
Based on the tutorial:
Practical React course by Ben Awad.