Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anuarshaidenov/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.
https://github.com/anuarshaidenov/awesome-books
List: awesome-books
css html javascript scss
Last synced: about 15 hours ago
JSON representation
"Awesome books" is a simple website that displays a list of books and allows you to add and remove books from that list.
- Host: GitHub
- URL: https://github.com/anuarshaidenov/awesome-books
- Owner: anuarshaidenov
- Created: 2021-11-22T12:09:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-28T03:54:51.000Z (about 3 years ago)
- Last Synced: 2024-10-18T09:14:54.425Z (3 months ago)
- Topics: css, html, javascript, scss
- Language: JavaScript
- Homepage: https://anuarshaidenov.github.io/Awesome-books/
- Size: 787 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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.
![screenshot](./screenshot.png)
Additional description about the project and its features.
## Built With
- Vanilla JavaScript
- HTML
- SCSS
- Responsive Design
- npm## Live Demo
[Live Demo Link](https://anuarshaidenov.github.io/Awesome-books/)
## Getting Started
To get a local copy up and running follow these simple example steps.
1. Clone the repository using
```
git clone https://github.com/anuarshaidenov/Awesome-books.git
```2. cd into the cloned repository
```
cd Awesome-books
```3. You now have the access to the files on your local machine!
#### Optional steps
Install the node_modules/ folder to be able to locally run the linter commands. Run:
```
npm install
```To check Webhint linter errors run:
```
npx hint .
```To check Stylelint linter errors run:
```
npx stylelint "**/*.scss"
```To check ESLint errors run:
```
npx eslint .
```## Authors
👤 **Author1**
- GitHub: [@anuarshaidenov](https://github.com/anuarshaidenov)
- Twitter: [@anuarnyi](https://twitter.com/anuarnyi)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/anuar-shaidenov-365a951b8/)👤 **Author2**
- GitHub: [@Kingsleyibe](https://github.com/kingsleyibe)
- Twitter: [@ibekingsley2](https://twitter.com/ibekingsley2)
- LinkedIn: [Kingsley Ibe](https://www.linkedin.com/in/kingsley-ibe-5669a5134/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/anuarshaidenov/Awesome-books/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.