This is a simple todo list web app
- This web app is completely developed using ReactJS.
- Demo
- User can add new tasks
- Then user can change status of the tasks (from todo to completed and vice-versa)
- User can see the list of 'todo task list' and 'completed task list'
- User is also able to delete a task from the list
- uses localStorage to store the user lists (which should be avoided on production environment)
- Feel free to clone and create PRs however you like.