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: 5 months 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T08:16:47.000Z (over 3 years ago)
- Last Synced: 2025-02-12T23:35:24.129Z (over 1 year 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

# 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
- CSS
To 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 hint@6.x
```
2. Run to install stylelint
```
npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
```
3. Run to install eslint
```
npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
```
## Screenshots of Todo List

## Live Demo 🔗
Check the live demo [here](https://braincee.github.io/To-Do_List/)👈
### Screenshot of Testing with Jest
.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.