https://github.com/newhoteng/to-do-list
A simple 'To-do list' app that allows users to add, check off, and delete daily tasks. It is built with HTML, CSS, JavaScript and packaged using webpack
https://github.com/newhoteng/to-do-list
css dom-manipulation html javascript webpack
Last synced: 12 months ago
JSON representation
A simple 'To-do list' app that allows users to add, check off, and delete daily tasks. It is built with HTML, CSS, JavaScript and packaged using webpack
- Host: GitHub
- URL: https://github.com/newhoteng/to-do-list
- Owner: newhoteng
- License: mit
- Created: 2023-03-28T17:18:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T11:42:53.000Z (over 2 years ago)
- Last Synced: 2025-05-07T17:05:33.346Z (about 1 year ago)
- Topics: css, dom-manipulation, html, javascript, webpack
- Language: JavaScript
- Homepage: https://newhoteng.github.io/To-do-list/
- Size: 392 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📖 About the Project](https://github.com/newhoteng/To-do-list/blob/main/README.md#open_book-awesome-books)
- [🛠️ Built With](https://github.com/newhoteng/To-do-list/blob/main/README.md#hammer_and_wrench-build-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](https://github.com/newhoteng/To-do-list/blob/main/README.md#rocket-live-demo)
- [💻 Getting Started](https://github.com/newhoteng/To-do-list/blob/main/README.md#computer-getting-started)
- [Prerequisites](https://github.com/newhoteng/To-do-list/blob/main/README.md#prerequisites)
- [Setup](https://github.com/newhoteng/To-do-list/blob/main/README.md#setup)
- [Install](https://github.com/newhoteng/To-do-list/blob/main/README.md#install)
- [👥 Authors](https://github.com/newhoteng/To-do-list/blob/main/README.md#busts_in_silhouette-authors)
- [🔭 Future Features](https://github.com/newhoteng/To-do-list/blob/main/README.md#telescope-future-features)
- [🤝 Contributing](https://github.com/newhoteng/To-do-list/blob/main/README.md#handshake-contributing)
- [⭐ Show your support](https://github.com/newhoteng/To-do-list/blob/main/README.md#star-show-your-support)
- [🙏 Acknowledgements](https://github.com/newhoteng/To-do-list/blob/main/README.md#pray-acknowledgements)
- [📝 License](https://github.com/newhoteng/To-do-list/blob/main/README.md#memo-license)
# :open_book: To-do-list
**To-do-list** is a simple 'To-do-list' app that allows users to add, check-off and delete daily activities. It is built with HTML, CSS, JavaScript and packaged using webpack
## :hammer_and_wrench: Build With
### Tech Stack
Client
### Key Features
- Task input and display
- Add and remove task feature
- Mark as completed
- Clear all completed task feature
## :rocket: Live Demo
- [To-do list app](https://newhoteng.github.io/To-do-list/)
## :computer: Getting Started
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
- Text editor
- GitHub account
### Setup
Clone this repository to your desired folder:
```
git clone https://github.com/newhoteng/To-do-list.git
```
### Install
Install this project with:
```
npm install
```
## :busts_in_silhouette: Authors
:bust_in_silhouette: **Harriet Oteng**
- GitHub: [@githubhandle](https://github.com/newhoteng)
- Twitter: [@twitterhandle](https://twitter.com/HarrietOteng1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/harriet-oteng-75554666/)
## :telescope: Future Features
- Drag and move list items
## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/newhoteng/To-do-list/issues).
## :star: Show your support
If you like this project follow me on GitHub.
## :pray: Acknowledgements
- I would like to thank my coding partners [Abbas](https://github.com/AbbasSarwar) and [Martins](https://github.com/Abmart0803) for heloping out with fixing bugs.
- Thanks to Microverse for inspiring me to do this project.
## :memo: License
[License](https://github.com/newhoteng/To-do-list/blob/main/LICENSE)