A simple todo list app created with React.js, allowing users to keep track of tasks and check them off as completed. The app features a user-friendly interface for adding, deleting and marking tasks as done.
The purpose of this project was to get familiar with React Hooks(useState), LocalStorage and ReactToastify.
First clone this repository.
$ git clone https://github.com/Binay7587/todo-list
Install dependencies. Make sure you have nodejs
& npm
installed in your system.
$ npm install # or yarn
Run
$ npm start # or yarn start
Some of the future enhancement for the application are listed below.
- Authentication.
- Add an option to edit the todo.
- Save todo in database.
Everyone is welcomed to contribute to this project. You can contribute either by submitting bugs or suggesting improvements by opening an issue on GitHub. Please see the CONTRIBUTING guidelines for more information.
Binaya Karki - @binay7587 - me@binayakarki.com.np
Repository Link: https://github.com/Binay7587/todo-list
Distributed under the MIT License. See https://github.com/Binay7587/todo-list/blob/master/LICENSE for more information.