https://github.com/vikipretium/to_do_list
A To Do List web app using Webpack. In this web app, task can be created, edited and deleted. Tasks can be stored locally in browsers.
https://github.com/vikipretium/to_do_list
css html javascript webpack
Last synced: about 2 months ago
JSON representation
A To Do List web app using Webpack. In this web app, task can be created, edited and deleted. Tasks can be stored locally in browsers.
- Host: GitHub
- URL: https://github.com/vikipretium/to_do_list
- Owner: vikipretium
- Created: 2022-02-16T08:32:16.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-28T09:12:09.000Z (over 4 years ago)
- Last Synced: 2025-06-22T19:43:13.054Z (about 1 year ago)
- Topics: css, html, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 382 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# To Do List Webapp
> A web app to create a To Do list online. This webapp is built with webpack. A local storage option is added with this project, so that a user can store data in this is web app.

## Live Link
Project's [Live Link](https://vikipretium.github.io/To_Do_List/)
Additional description about the project and its features.
## Tech used
- HTML
- CSS
- Javascript
- Git
- Webpack
- npm
# Setup WebApp
#### Cloning the project
```
git clone https://github.com/vikipretium/To_Do_List.git
```
## Usage
To build the project run:
```
$ npm install
$ npm run build
```
## Development
In development environment use the following command:
```
$ npm run dev
```
## Author
👤 **Vignesh**
- GitHub: [@vikipretium](https://github.com/vikipretium)
- Twitter: [@vikipretium](https://twitter.com/vikipretium)
- LinkedIn: [vikipretium](https://linkedin.com/in/vikipretium)
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
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
This project is [MIT](./MIT.md) licensed.