Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
- 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 [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.