Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safar1212/todo-app-code-review
https://github.com/safar1212/todo-app-code-review
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/safar1212/todo-app-code-review
- Owner: safar1212
- Created: 2022-06-06T14:10:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T15:43:30.000Z (about 2 years ago)
- Last Synced: 2023-03-04T00:54:02.069Z (over 1 year ago)
- Language: JavaScript
- Size: 247 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo-list-software
> This project is about a todo list software, where folks can write the list of their activities. Moreover, they can also modify their activity, and after completion of their activity, they can also remove them.
## Live demo
[Live Version](https://safar1212.github.io/Todo-list-software/)
## Built With
-Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).
-Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).
-Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).### Prerequisites
## VScode or other editor
### Install
#### Cloning the project
git clone [https://safar1212.github.io/Todo-list-software/](https://safar1212.github.io/Todo-list-software/)
## Getting packages and debuging with Stylelint
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
##### For validation detection using Stylelint Run
npx stylelint "\*_/_.{css,scss}"
##### from parent source directory
## Getting packages and debuging with Webhint
npm init -y
npm install --save-dev [email protected]##### For validation detection using Webhint Run
npx hint .
## Authors
👤 **Safar Ali**
- GitHub: [@Safar Ali](https://github.com/safar1212)
- LinkedIn: [Safar Ali](https://www.linkedin.com/in/safar-ali999/)
- Twitter: [Safar Ali](https://twitter.com/SafarAli999)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/safar1212/Todo-list-software/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
-This project was inspired by [Microverse](https://safar1212.github.io/Book-keeping-solo-project/)
## 📝 License
This project is [MIT](./MIT.md) licensed.![](https://img.shields.io/badge/Microverse-blueviolet)