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.
- Host: GitHub
- URL: https://github.com/quavo19/todo-list
- Owner: quavo19
- Created: 2022-12-06T15:23:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T04:17:46.000Z (about 3 years ago)
- Last Synced: 2025-03-30T07:23:23.558Z (over 1 year ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage:
- Size: 1.36 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
> This web app is used to organize tasks, a user can make a list of todos, mark them as complete and delete them
Client
- **[INSERTION]**
- **[DELETING]**
- **[LOCAL_STORAGE]**
> 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

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
👤 **Donald Akite**
- GitHub: [@githubhandle](https://github.com/quavo19)
- Twitter: [@twitterhandle](https://twitter.com/DonaldAkite)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/donald-akite-299a31222/)
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/quavo19/Todo-List/issues).
If you liked this project dont forget to leave a start
> 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
This project is [MIT](https://github.com/quavo19/Todo-List/blob/main/MIT.md) licensed.