https://github.com/divinecharlotte/review-todo
https://github.com/divinecharlotte/review-todo
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/divinecharlotte/review-todo
- Owner: divinecharlotte
- Created: 2022-06-07T06:13:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T09:15:12.000Z (about 2 years ago)
- Last Synced: 2025-03-29T12:11:22.046Z (2 months ago)
- Language: JavaScript
- Size: 302 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# todo-list
> This project is about building a list of To Do tasks. Where you can save your daily activities and help in daily evaluation.
## Live demo
you van see the poject [live]( https://divinecharlotte.github.io/todo-list/)## 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 [this repo]([email protected]:divinecharlotte/todo-list.git)
## 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 .
## Author
👤 **Divine Charlotte**
- GitHub: [@Divine](https://github.com/divinecharlotte)
- LinkedIn: [Divine Charlotte](https://www.linkedin.com/in/safar-ali999/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/divinecharlotte/todo-list/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
-This project was inspired by Microverse](https://www.microverse.org)