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

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

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

(back to top)

## :rocket: Live Demo
- [To-do list app](https://newhoteng.github.io/To-do-list/)

(back to top)

## :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
```

(back to top)

## :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/)

(back to top)

## :telescope: Future Features
- Drag and move list items

(back to top)

## :handshake: Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/newhoteng/To-do-list/issues).

(back to top)

## :star: Show your support
If you like this project follow me on GitHub.

(back to top)

## :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.

(back to top)



## :memo: License
[License](https://github.com/newhoteng/To-do-list/blob/main/LICENSE)

(back to top)