Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duanedave/to-do-list
This is a CRUD (create, read, update and delete) app built where users can create, update and delete specific day-to-day tasks as they wish. The app is built using Webpack and served with the Webpack dev server
https://github.com/duanedave/to-do-list
css html javascript jest-tests webpack
Last synced: 2 months ago
JSON representation
This is a CRUD (create, read, update and delete) app built where users can create, update and delete specific day-to-day tasks as they wish. The app is built using Webpack and served with the Webpack dev server
- Host: GitHub
- URL: https://github.com/duanedave/to-do-list
- Owner: DuaneDave
- License: mit
- Created: 2022-08-09T07:41:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-19T14:21:32.000Z (over 2 years ago)
- Last Synced: 2024-10-05T14:29:05.843Z (3 months ago)
- Topics: css, html, javascript, jest-tests, webpack
- Language: JavaScript
- Homepage: https://duanedave.github.io/To-Do-List/
- Size: 822 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Todo-List
> This an CRUD app built were users can create, update and delete specific day to day tasks as they wish. The app is built using webpack and served with webpack dev server.
![screenshot](./src/asset/img1.png)
## Built With
- HTML
- Javascript
- Css
- Webpack
- Webpack-dev server
- Jest## To get a local copy up and running follow these simple example steps.
- Clone this repo to your machine by using Git clone: Git clone `https://github.com/DuaneDave/To-Do-List.git`
- open in your vs code terminal and run live### Install
- Install webhint using `npm install --save-dev [email protected]`
- Install eslint using `npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
- Install stylelint using `npm install --save-dev [email protected] [email protected] [email protected] [email protected]`
- Install jest using `npm i --save-dev jest`
- Install jsDom using `npm install --save-dev jest-environment-jsdom-global jest-environment-jsdom`### Run tests
To run tests on this project if you tweaked something, run the following command- Run your test using `npm run test`
- Run webhint html checks using `npx hint .`
- Run webhint Css checks using `npx stylelint "\*_/_.{css,scss}"`
- Run webhint javascript checks using `npx eslint .`## Authors 1
👤 **Obiebi Okiemute David**
- GitHub: [@githubhandle](https://github.com/DuaneDave)
- Twitter: [@twitterhandle](https://twitter.com/dave_duane)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/okiemute-david-obiebi-6b4a6a230/)## Authors 2
👤 **SOULEMANOU KUNCHIEFUH BABANOU**
- GitHub: [@githubhandle](https://github.com/soulemanou-software)
- Twitter: [@twitterhandle](https://twitter.com/fastdevz1)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/soulemanou-kunchiefuh-babanou-454099196/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/DuaneDave/To-Do-List/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 licensed by [MIT](./LICENSE).