To-Do-List

"To-do list" is a tool that helps to organize your day. It simply lists the things that you need to do and allows you to mark them as complete.In this website you will add todo list and also show your todo list and update your todo list. Built in JavaScript.

Stars
7

To-Do-List

Website using Webpack To make a TO-DO-List where you can manage your daily task.

Live Demo

live website

Built With

Languages
  • HTML
  • CSS
  • JAVASCRIPT
Tools
  • Github
Code Editor
  • VS code
Packages
  • NPM
  • Node
  • Webpack
  • Jest

Getting Started

To get a local copy up and running follow these simple example steps.

Project Setup

Prerequisites

  • Install a Code Editor (VS Code, Atom)
  • Install NPM and Nodejs package.

Run Tests

npm install --save-dev jest

Add the following section to your package.json:


{
  "scripts": {
    "test": "jest"
  }
}

npm test

Authors

👤 Muskan Gupta

👤 Kwaleyela Musilizo Ikafa

🤝 Contributing

Contributions, issues, and feature requests are welcome!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b 'branchname)
  3. Commit your Changes (git commit -m 'Add some branchname')
  4. Push to the Branch (git push origin branchname)
  5. Open a Pull Request

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Microverse

📝 License

This project is MIT licensed.

Related Projects