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

https://github.com/progress2002/todolist


https://github.com/progress2002/todolist

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

          

logo

Microverse README Template

# 📗 Table of Contents

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

# 📖 [ToDoList]

**[ToDoList]** is an awesome application that allows users to keep record of activities they intend doing

## 🛠 Built With

- HTML
- CSS
- JavaScript
- Webpack

### Key Features

> Describe between 1-3 key features of the application.

- **Add new to-do to a list**
- **Mark a to-do as completed**
- **Delete all completed to-do's**
- **Delete to-do singly**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://progress2002.github.io/ToDoList/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:

- Code editor (preferably 'Vs code')
- NodeJs
- Git
- Browser

### Setup

Clone this repository to your desired folder:

run the commands:

```sh
cd my-folder
git clone https://github.com/Progress2002/ToDoList.git
```
-

### Run tests

To run tests, run the following command:

```
npm install
```

```
npm start
```
-

(back to top)

## 👥 Authors

👤 **Progress**

- GitHub: [@githubhandle](https://github.com/Progress2002)
- Twitter: [@twitterhandle](https://twitter.com/Progress_2002)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)

(back to top)

## 🔭 Future Features

* Drag and drop*

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Progress2002/ToDoList/issues).

(back to top)

## ⭐️ Show your support

> Write a message to encourage readers to support your project

If you like this project please leave a star. Thank you 🙏

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank Microvers for this awesome project idea.

(back to top)

## ❓ FAQ

- **[How to run this application on my local machine?]**

- [Follow the steps in the run test section]

(back to top)

## 📝 License

This project is [MIT](https://github.com/Progress2002/ToDoList/blob/master/MIT.md) licensed.

(back to top)