/TO-DO-LIST

This is a simple web app that allows a user add list of tasks that needs to be completed. It is built using webpack and served by a webpack dev server.

Primary LanguageJavaScriptMIT LicenseMIT

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. Here is a simple website that allows for doing that. "Refractor to use the webpack setup exercise to bundle JavaScript in a to-do-list application"

Screenshots

Live Demo

link to live demo

Built With

  • Webpack, and served by a Webpack dev server
  • JavaScript(ES6)
  • HTML
  • CSS

Getting Started

Clone this repository

$ git clone git@github.com:Favourezeugwa/TO-DO-LIST.git
$ cd TO-DO-LIST

Run project

$ npm install
$ npm run build
$ npm run start # this will enable webpack to watch for your changes in code

Open page in browser

$ open dist/index.html

Author

👤 Favour Amarachi Ezeugwa

Collaborator

👤 Abdelruhman Mihamed

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone who's code/resource was used
  • Inspiration
  • Microverse student community

📝 License

This project is MIT licensed.