Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlose-feliz/awesome_books
Microverse project - Awesome books
https://github.com/carlose-feliz/awesome_books
List: awesome_books
css html
Last synced: 29 days ago
JSON representation
Microverse project - Awesome books
- Host: GitHub
- URL: https://github.com/carlose-feliz/awesome_books
- Owner: CarlosE-Feliz
- License: mit
- Created: 2021-08-09T19:43:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T15:23:11.000Z (over 3 years ago)
- Last Synced: 2023-03-11T01:46:17.974Z (over 1 year ago)
- Topics: css, html
- Language: JavaScript
- Homepage: https://xjokeer.github.io/Awesome_books/
- Size: 260 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# AWESOME BOOKS
> Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list.
Additional description about the project and its features.
## Built With
- HTML
- CSS
- JavaScript
- Stylelint, Github Actions## Live Demo
[Live Link](https://xjokeer.github.io/Awesome_books/)
## Getting Started
To get a local copy up and running follow these simple example steps.
### Prerequisites
- Node and NPM
- Web browser (Google chrome)
- Code Editor (VSCode)### Development (Running locally)
- Clone the project
```bash
git clone https://github.com/rotimiazeez/
Awesome_books.git```
- Install Dependencies
```bash
npm install
```To run StyleLint by itself, you may run the lint task:
```bash
npx stylelint "**/*.{css,scss}"
```Or to automatically fix issues found (where possible):
```bash
npx stylelint "**/*.{css,scss}" --fix
```You can also check against Webhint:
```bash
npx hint --telemetry=off .
```## 👤 Authors
- Github: [@rotimiazeez](https://github.com/rotimiazeez), [@xJokeer](https://github.com/xJokeer)
- Twitter: [@harzeyzh](https://twitter.com/Harzeyzh)
- Linkedin: [@azeezrotimi019](https://www.linkedin.com/in/azeezrotimi019/)## 🤝 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
- Hat tip to anyone whose code was used
- Inspiration, resources/assets used
- etc## 📝 License
[MIT licensed](./LICENSE).