Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/to-do-list-review
https://github.com/eapenzacharias/to-do-list-review
Last synced: 30 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eapenzacharias/to-do-list-review
- Owner: eapenzacharias
- License: mit
- Created: 2021-11-08T19:18:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-08T23:44:22.000Z (almost 3 years ago)
- Last Synced: 2023-03-03T01:37:32.758Z (over 1 year ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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/To-Do-List-review/actions/workflows/linters.yml/badge.svg)](https://github.com/eapenzacharias/To-Do-List-review/actions/workflows/linters.yml) [![CodeQL](https://github.com/eapenzacharias/To-Do-List-review/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/eapenzacharias/To-Do-List-review/actions/workflows/codeql-analysis.yml) [![NodeJS with Webpack](https://github.com/eapenzacharias/To-Do-List-review/actions/workflows/webpack.yml/badge.svg)](https://github.com/eapenzacharias/To-Do-List-review/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.