Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kosher9/todo_list_review
A web appto organise your tasks
https://github.com/kosher9/todo_list_review
Last synced: 15 days ago
JSON representation
A web appto organise your tasks
- Host: GitHub
- URL: https://github.com/kosher9/todo_list_review
- Owner: kosher9
- Created: 2022-03-28T21:18:37.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-03-29T10:55:29.000Z (over 2 years ago)
- Last Synced: 2024-10-21T18:42:30.525Z (2 months ago)
- Language: HTML
- Size: 1.04 MB
- Stars: 5
- 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)
# Awesome Books
> A online application that allows you to add your books to a digital shelf. Vanila javascript was used to create this website. This project now has a local storage option, allowing users to save data in the web app.
## 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).## Live Demo (if available)
[Live Demo Link](https://kosher9.github.io)
## Getting Started
**This is an example of how you may give instructions on setting up your project locally.**
**Modify this file to match your project, remove sections that don't apply. For example: delete the testing section if the currect project doesn't require testing.**To get a local copy up and running follow these simple example steps.
### Prerequisites
The basic requirements for building the executable are:- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For running, debuging, or installing dependancies to be used)### Setup
>git clone https://github.com/kosher9/todo_list.git### Install
Getting packages and debuging with Stylelint
>npm install --save-dev [email protected] [email protected] [email protected] [email protected]Getting packages and debuging with Webhint
>npm init -y
>npm install --save-dev [email protected]Getting packages and debuging with Eslint
>npm install --save-dev [email protected] [email protected] [email protected] [email protected]### Usage
- JS
- HTML
- CSS### Run tests
For validation detection using Eslint Run
>npx eslint .For validation detection using Webhint Run
>npx hint .For validation detection using Stylelint Run
>npx stylelint "**/*.{css,scss}"## Authors
👤 **Cedric Kossi**
- GitHub: [@kosher9](https://github.com/kosher9)
- Twitter: [@kosherus](https://twitter.com/kosherus)
- LinkedIn: [Lionel Cedric KOSSI](https://linkedin.com/in/lionel-c%C3%A9dric-kossi-323042172)## 🤝 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
- Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.