https://github.com/blakbox23/todolist
This is a Todo list JavaScript project that allows users to add and remove tasks. The project is built using webpack, and utlizes localstorage to store tasks.
https://github.com/blakbox23/todolist
css javascript webpack
Last synced: about 1 year ago
JSON representation
This is a Todo list JavaScript project that allows users to add and remove tasks. The project is built using webpack, and utlizes localstorage to store tasks.
- Host: GitHub
- URL: https://github.com/blakbox23/todolist
- Owner: blakbox23
- Created: 2021-08-17T17:49:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-24T08:06:40.000Z (almost 5 years ago)
- Last Synced: 2025-03-25T08:42:41.809Z (over 1 year ago)
- Topics: css, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 391 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ToDoList
This is a Todo list JavaScript project that allows users to add tasks they'd like to accomplish, and remove them once done. The project is built using webpack, and files are served using the webpack dev server.

## Built with
- HTML
- CSS
- JavaScript
## Live Demo
[Live Demo Link](https://blakbox23.github.io/ToDoList/)
## Prerequisites
- Node.js
- NPM
## Setup
Clone the repository with:
`git clone https://github.com/blakbox23/ToDoList.git`
## Install
To install dependancies run:
`npm install --save-dev webpack webpack-cli webpack-dev-server html-webpack-plugin style-loader css-loader`
## Usage
To use the application run.
`npm run start`
👤 **Author**
- GitHub: [@Blakbox23](https://github.com/blakbox23)
- Twitter: [@blakbox23](https://twitter.com/blakbox23)
- LinkedIn: [Peter Mbuthia](https://www.linkedin.com/in/peter-mbuthia)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/blakbox23/ToDoList/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Microverse Inc
## 📝 License
This project is [MIT](./MIT.md) licensed.