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

Stars
3
Committers
2

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

Live Demo 🔗

Check the live demo here👈

Screenshot of Testing with Jest

Author

👤 Stephen


🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support.

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.