Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braincee/to-do_list
Todo application is a web app that helps to organise your daily activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack and CSS
https://github.com/braincee/to-do_list
css eslint html javascript microverse-projects microverse-students stylelint
Last synced: 21 days ago
JSON representation
Todo application is a web app that helps to organise your daily activities. It lists all the activities that you need to be completed and allows you to mark them as complete or not. Tasks can also be dragged and dropped in any position. It's a minimalistic website built using JavaScript ES6, Webpack and CSS
- Host: GitHub
- URL: https://github.com/braincee/to-do_list
- Owner: braincee
- Created: 2022-05-03T09:21:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T08:16:47.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T17:23:08.220Z (about 1 month ago)
- Topics: css, eslint, html, javascript, microverse-projects, microverse-students, stylelint
- Language: HTML
- Homepage: https://braincee.github.io/To-Do_List/
- Size: 10.4 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TO-DO-LIST
> To-do lists offer a way to increase productivity, stopping you from forgetting things, helps prioritise tasks, manage tasks effectively, use time wisely and improve time management as well as workflow.
## Built With
- HTML
- Javascript
- CSSTo get a local copy up and running follow these simple example steps.
1. Clone Repository
```
git clone https://github.com/braincee/To-Do_List.git
```### Install linters(webhint, stylelint, eslint)
1. Run to install webhint
```
npm install --save-dev [email protected]
```
2. Run to install stylelint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
3. Run to install eslint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```## Screenshots of Todo List
![](./all-devices-black.png)
## Live Demo 🔗
Check the live demo [here](https://braincee.github.io/To-Do_List/)👈
### Screenshot of Testing with Jest
![](./desktop%20(1).png)
## Author
👤 **Stephen**
- GitHub: [@braincee](https://github.com/braincee)
- Twitter: [@annor0543](https://twitter.com/annor0543)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/in/kwesi-appiah-1387801a1/)----
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/braincee/To-Do_List/issues).
## Show your support.
Give a ⭐️ if you like this project!
## Acknowledgments
- README template from [Microverse](https://github.com/microverseinc/readme-template)
- Linter setup from [Microverse](https://github.com/microverseinc/linters-config/tree/master/html-css)## 📝 License
This project is [MIT](./MIT.md) licensed.