ToDo List is a ToDo list application which stores our daily ToDo tasks. User and add and remove ToDo to the list and all the data will be stores in their local device in localStorage. User can also perform CRUD operations on ToDo list.
Client
Server
- none
Database
- none
- Created with React
- Add new ToDo to the list
- Delete a ToDo from the list
- Update ToDO to the list
- Edit a ToDo from the list
- Data is stored in localStorage
To get a local copy up and running, follow these steps.
In order to run this project you need: Node.js, NPM on your machine.
Clone this repository to your desired folder: by using this command: git clone https://github.com/MuhammadUsmanAslam/To-Do-List.git
Install this project with command: npm i
To run the project, execute the following command: npm run server
To run tests, run the following command:
You can deploy this project using:
👤 Author: Muhammad Usman Aslam
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
- If you like this project you can share this on your social media.
- If there is any issue there you can open new issue on the repository.
I would like to thank the stackoverflow community whenever I got stuck into a problem or error got my solution there.
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.