ToDo is a react app that will allow you to add items to a todo list and mark them as complete or pending. application will also filter pending item vs complete items.
The project uses react hooks: useEffects useState and functional componets to display a list and items to the user allowing them to create a todo list, the list is then stored in local storage to provide a persistant data.
Use the npm package manager npm to install needed packages.
npm install
npm start
localhost:3000
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.