An open API service indexing awesome lists of open source software.

https://github.com/xsidx/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.
https://github.com/xsidx/todo-list-with-webpack

css html javascript jest webpack

Last synced: about 1 year ago
JSON representation

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# 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](https://xsidx.github.io/todo-list-with-webpack/)

## Getting Started

## Prerequisites

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

## Install

- To install locally run, _git clone git@github.com: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**

- GitHub: [XsidX](https://github.com/XsidX)
- Twitter: [@\_sid_o](https://twitter.com/_sid_o_)
- LinkedIn: [Sidney Kaguli](https://www.linkedin.com/in/sidney-kaguli-0116801a6/)

👤 **Fadahunsi seyi samuel**

- GitHub: [@Fadahunsi](https://github.com/Fadahunsiseyi)
- Twitter: [@Fadahunsi](https://twitter.com/@Fadahunsiseyi_)
- LinkedIn: [Fadahunsi](https://www.linkedin.com/in/fadahunsi-seyi-samuel-49191a209/)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## 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](./MIT.md) licensed.