https://github.com/progress2002/todolist
https://github.com/progress2002/todolist
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/progress2002/todolist
- Owner: Progress2002
- License: mit
- Created: 2022-12-05T14:23:38.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T13:35:10.000Z (over 3 years ago)
- Last Synced: 2025-01-14T05:49:26.978Z (over 1 year ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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]** is an awesome application that allows users to keep record of activities they intend doing
## 🛠 Built With
- HTML
- CSS
- JavaScript
- Webpack
> 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**
- [Live Demo Link](https://progress2002.github.io/ToDoList/dist/)
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
```
-
👤 **Progress**
- GitHub: [@githubhandle](https://github.com/Progress2002)
- Twitter: [@twitterhandle](https://twitter.com/Progress_2002)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/progress-ezeamaka-27b114247)
* Drag and drop*
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Progress2002/ToDoList/issues).
> Write a message to encourage readers to support your project
If you like this project please leave a star. Thank you 🙏
> Give credit to everyone who inspired your codebase.
I would like to thank Microvers for this awesome project idea.
- **[How to run this application on my local machine?]**
- [Follow the steps in the run test section]
This project is [MIT](https://github.com/Progress2002/ToDoList/blob/master/MIT.md) licensed.