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

https://github.com/quavo19/todo-list

This web app is used to organize tasks, a user can make a list of todos, mark them as complete and delete them. Built with HTML CSS and JavaScript.
https://github.com/quavo19/todo-list

css html javascript

Last synced: about 1 year ago
JSON representation

This web app is used to organize tasks, a user can make a list of todos, mark them as complete and delete them. Built with HTML CSS and JavaScript.

Awesome Lists containing this project

README

          

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [🚀 visual ](#view)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 TODO App

> This web app is used to organize tasks, a user can make a list of todos, mark them as complete and delete them

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **[INSERTION]**
- **[DELETING]**
- **[LOCAL_STORAGE]**

(back to top)

## 🚀 live demo

> below is a live demo link

- [Live Demo Link](https://quavo19.github.io/Todo-List/dist/)

## 🚀 visual
- Below is how the project will look if setup well
![Screenshot (35)](https://user-images.githubusercontent.com/87555548/206563505-85d804b1-433f-4d23-b810-7510ac4ad677.png)

(back to top)

## 💻 Getting Started

To get a local copy up and running follow these simple example steps.
## Step 1:
- if you don't have git installed on your machine you can download it from [here ](https://git-scm.com/downloads).
- Once you have git installed on your machine you can clone your project by running the command below to clone this project to your local machine in the directory of the folder you want it to be cloned
> `git clone https://github.com/quavo19/Todo-List.git`
- Alternatively, you can download the zip file of your project by clicking on the `Code` button on the right side of your project page and clicking on `Download ZIP`

## Step 2:
- Locate the folder where you cloned your project to and open with your IDE
- run `npm start` to get the project started
- anytime you modify the content, run `npm run build` to update the >dist folder

(back to top)

## 👥 Authors

👤 **Donald Akite**

- GitHub: [@githubhandle](https://github.com/quavo19)
- Twitter: [@twitterhandle](https://twitter.com/DonaldAkite)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/donald-akite-299a31222/)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/quavo19/Todo-List/issues).

(back to top)

## ⭐️ Show your support

If you liked this project dont forget to leave a start

(back to top)

(back to top)

## ❓ FAQ

> Add at least 2 questions new developers would ask when they decide to use your project.

- **does it use a database ?**

- NO, it only has local storage

(back to top)

## 📝 License

This project is [MIT](https://github.com/quavo19/Todo-List/blob/main/MIT.md) licensed.

(back to top)