Favourezeugwa / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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.

License:MIT License


Languages

Language:JavaScript 84.7%Language:CSS 9.5%Language:HTML 5.8%