Todo-List

To-do list" is an app that helps to organize your day. the user simply lists the things that needs to done and the app allows the to mark them as complete when they are done. Made with webpack, JavaScript ES6 , HTML 5 and CSS 3.

Stars
10

Todo-list project

This is a Microverse project that entails a to-do-list.

Screenshot

Built With

  • HTML
  • CSS
  • Javascript
  • Webpack
  • VS code

Live Demo

Live Demo Link

Getting Started

  • Inorder to be able to set this up locally and eventually run it, follow the steps;

  • Open your Gitbash or your code editor's terminal and run the command git clone [email protected]:Christabelle143/Todo-List.git

  • Then you can pull the work from github to ur local machine using the git pull command.

  • run npm install to install all dependencies used in the project

  • run npm start to start the application on the browser.

Test unit

  • Install jest using the command $ npm install --save-dev jest
  • You can check for more information here jest version
  • Add this to package.json :
    • "scripts": {
      • "test": "jest"
    • }
  • run npm test

Author

👤 Author

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

Related Projects