To Do List is a web page where the user can see a list of todos, they can also add or remove todos to the list. Todos are saved to local storage.
Server
Database
- To Do List lets the user see and update a list of todos
- To Do List allows the user to add or remove any todo from the list
- To Do List stores all data in Local Storage so the user never loses the todo list
To get a local copy up and running, follow these steps.
In order to run this project you need:
- A working computer.
- Connection to internet.
Clone this repository to your desired folder:
- use git clone https://github.com/dennis-every/to-do-list.git
- Open the files in your text editor.
You don't need to install anything.
To run the project, execute the following command:
- Go to the file called index.html.
- Right click Open Live Server.
👤 Dennis Every
- GitHub: @dennis-every
- None planned
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project feel free to fork it and use it as you need.
I would like to thank Microverse for the information provided to build this project.
-
Can I use the project for any purpose?
- Yes, you can use this files for anything you need.
-
Is the information saved in any database?
- No, all data is saved in Local Storage.
This project is MIT licensed