Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/todolist-v2
A simple To-Do List that uses local storage, built using webpack to bundle JavaScript, HTML, CSS.
https://github.com/eapenzacharias/todolist-v2
eslint javascript todolist webpack
Last synced: 15 days ago
JSON representation
A simple To-Do List that uses local storage, built using webpack to bundle JavaScript, HTML, CSS.
- Host: GitHub
- URL: https://github.com/eapenzacharias/todolist-v2
- Owner: eapenzacharias
- License: mit
- Created: 2021-11-02T17:56:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T14:55:49.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:49:03.613Z (28 days ago)
- Topics: eslint, javascript, todolist, webpack
- Language: JavaScript
- Homepage: https://eapenzacharias.github.io/todolist-v2/dist/
- Size: 3.22 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Maintainability](https://api.codeclimate.com/v1/badges/c86cad5485429bed3615/maintainability)](https://codeclimate.com/github/eapenzacharias/todolist-v2/maintainability) [![Linters](https://github.com/eapenzacharias/todolist-v2/actions/workflows/linters.yml/badge.svg)](https://github.com/eapenzacharias/todolist-v2/actions/workflows/linters.yml) [![CodeQL](https://github.com/eapenzacharias/todolist-v2/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/eapenzacharias/todolist-v2/actions/workflows/codeql-analysis.yml) [![NodeJS with Webpack](https://github.com/eapenzacharias/todolist-v2/actions/workflows/webpack.yml/badge.svg)](https://github.com/eapenzacharias/todolist-v2/actions/workflows/webpack.yml)
# To Do list
> Build a To Do List JavaScript application
![app-img](https://user-images.githubusercontent.com/49812651/140420772-e9dd4d07-b479-4d84-b54f-aed375cfd4d0.png)
Create a simple HTML list of To Do tasks using webpack to bundle JavaScript.
## [Live Project](https://eapenzacharias.github.io/todolist-v2/dist)
## Built With
- JavaScript, HTML, CSS
- Webpack## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- node### Setup
```
- npm install
- Clone the repository to your local machine.
- npm install webpack webpack-cli --save-dev
```
#### Development
Run webpack dev server for development
```
- Clone the repository to your local machine.
- npm start
```### Deployment
run:
```
npm run build
```
and deploy the files in the ```dist``` folder## Authors
👤 **Eapen Zacharias**
- GitHub: [@eapenzacharias](https://github.com/eapenzacharias)
- Twitter: [@eapenzac](https://twitter.com/eapenzac)
- LinkedIn: [LinkedIn](https://linkedin.com/in/eapenzac)## 🤝 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!
## 📝 License
This project is [MIT](./MIT.md) licensed.