Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saied2035/todolist-peerreview
https://github.com/saied2035/todolist-peerreview
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/saied2035/todolist-peerreview
- Owner: saied2035
- Created: 2022-02-28T14:25:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-02-28T18:59:25.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:39:39.627Z (over 1 year ago)
- Language: JavaScript
- Size: 229 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# to do list with ES6&webpack
> to do list (displaying static array).
to do list ES6&webpack at mcroverse module 2 week 2 :
dynamicly add-remove-update to-do tasks using classes, modules, webpack and, ES6
this is a demonstration video for the project:
[to-do list project](https://www.loom.com/share/146178f575a442568065bb3164698c90)## Built With
- HTML
- CSS
- JS (es6&modules&webpack)
- linters for testing## Live Demo
[Live Demo](https://saied2035.github.io/toDoList/)## Getting Started
To get a local copy up and running follow these simple example steps.
for SSH:
`git clone [email protected]:saied2035/toDoList.git`
for https:
`git clone https://github.com/saied2035/toDoList.git`
### Install
after cloning the repo run
`npm install`### Usage
run
`npm start` for devlopment
`npm run build` for production code
### Run tests
- `npx hint .` for html check. giving hints about what is needed to change in your html page.
- `npx stylelint "**/*.{css,scss}"` for CSS check.
- `npx stylelint "**/*.{css,scss}" --fix` to fix JS issues if found.
- `npx eslint .` for JS check.
- `npx eslint . --fix` to fix JS issues if found.## Authors
👤 **Saied Gaffer**
- GitHub: [@Saied2035](https://github.com/saied2035)
- Twitter: [@SaiedGaffer](https://twitter.com/SaiedGaffer)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/saiedgaffer/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/AckonSamuel/toDoList/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse: [microverse community](https://github.com/microverseinc)
## 📝 License
This project is [MIT](./MIT.md) licensed.