Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


screenshot

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

**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.

## 🛠 Built With

### Tech Stack

Client



Server

Database

### Key Features

- **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**

(back to top)

## 🚀 Live Demo

- [To Do List](https://dennis-every.github.io/to-do-list/dist/)

(back to top)

## 💻 Getting Started

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.

(back to top)

## 👥 Author

👤 **Dennis Every**

- GitHub: [@dennis-every](https://github.com/dennis-every)

(back to top)

## 🔭 Future Features

- [ ] **None planned**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project feel free to fork it and use it as you need.

(back to top)

## 🙏 Acknowledgments

I would like to thank Microverse for the information provided to build this project.

(back to top)

## ❓ FAQ (OPTIONAL)

- **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.

(back to top)

## 📝 License

This project is [MIT](./MIT.md) licensed

(back to top)