Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gdumani/todolist
Exercise on using Webpack/Javascript
https://github.com/gdumani/todolist
css javascript nodejs npm webpack
Last synced: about 21 hours ago
JSON representation
Exercise on using Webpack/Javascript
- Host: GitHub
- URL: https://github.com/gdumani/todolist
- Owner: gdumani
- Created: 2021-12-03T22:22:17.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-17T21:53:32.000Z (about 3 years ago)
- Last Synced: 2025-01-18T20:52:27.586Z (27 days ago)
- Topics: css, javascript, nodejs, npm, webpack
- Language: JavaScript
- Homepage:
- Size: 14.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# TODO LIST
> "TODO List is simple task organizer written in javascript and using Webpack.
![screenshot](./app_screenshot.png)
## Built With
- Html/CSS
- Javascript
- Webpack## Live Demo
[Live Demo Link](https://gdumani.github.io/todolist/dist/index.html)
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Webpack setup
- linters: Eslint,, Stylint, Hint
### Setup
```bash
git clone https://github.com/gdumani/todolist.git
cd todolist
```
### Install Dependencies
```bash
npm install
```
### Recompile code
```bash
npm run build
```
### Usage
```bash
npm run start
```
### Run tests```bash
npx stylelint "**/*.{css,scss}"
``````bash
npx hint --telemetry=off .
```## Authors
**Giancarlo Dumani**
- GitHub: [@gdumani](https://github.com/gdumani)
- Twitter: [@gdumani1](https://twitter.com/gdumani1)
- LinkedIn: [ Giancarlo-Dumani](https://www.linkedin.com/in/gdumani/?originalSubdomain=cr)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration
- etc## 📝 License
This project is [MIT](./MIT.md) licensed.