todo-list-with-webpack

This is a simple todo list web page built using Webpack and served by a Webpack dev server. It features the CRUD operations. Data is stored in localStorage. Has some automated tests written using Jest.

Stars
8

To Do list with Webpack

In this project, I build a simple HTML list of To Do tasks. This simple web page will be built using webpack and served by a webpack dev server.

Built With

  • HTML
  • CSS
  • Webpack
  • Javascript

Live Demo (if available)

Live Demo Link

Getting Started

Prerequisites

  • Git/Github
  • VSCode or another equivalent tool
  • knowledge in HTML, Javascript and Webpack

Install

  • To install locally run, git clone [email protected]:XsidX/todo-list-with-webpack.git, in your terminal.
  • open the cloned directory with VSCode
  • install live server extension for VSCode.
  • right click on the index.html file and select open with live server.

Usage

You're free to use this project however you like it for educational purposes.

Authors

👤 Sidney

👤 Fadahunsi seyi samuel

🤝 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

-Microverse module 2, block 2, To Do list:... activity/lesson.

📝 License

This project is MIT licensed.

Related Projects