Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dennis-every/to-do-list
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.
https://github.com/dennis-every/to-do-list
css html5 javascript
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/dennis-every/to-do-list
- Owner: dennis-every
- License: mit
- Created: 2023-01-17T04:48:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T22:57:11.000Z (almost 2 years ago)
- Last Synced: 2024-12-01T16:41:43.511Z (about 1 month ago)
- Topics: css, html5, javascript
- Language: JavaScript
- Homepage: https://dennis-every.github.io/to-do-list/dist
- Size: 4.27 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To Do List
# 📗 Table of Contents
- [📗 Table of Contents](#-table-of-contents)
- [📖 To Do List ](#-to-do-list-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)**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.
Client
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 Do List](https://dennis-every.github.io/to-do-list/dist/)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- A working computer.
- Connection to internet.
### Setup
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.
### Install
You don't need to install anything.
### Usage
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](https://github.com/dennis-every)
- [ ] **None planned**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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](./MIT.md) licensed