https://github.com/aliatayee/awsome-book-es6
This is a project based on JavaScript ES6 that lets the user to add their favorite books to book shelf. the app stores the data to the browser local storage.
https://github.com/aliatayee/awsome-book-es6
awesome-books es6 javascript microverse
Last synced: 9 months ago
JSON representation
This is a project based on JavaScript ES6 that lets the user to add their favorite books to book shelf. the app stores the data to the browser local storage.
- Host: GitHub
- URL: https://github.com/aliatayee/awsome-book-es6
- Owner: aliatayee
- License: mit
- Created: 2022-05-31T08:14:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T14:28:45.000Z (about 4 years ago)
- Last Synced: 2025-09-05T00:40:58.526Z (10 months ago)
- Topics: awesome-books, es6, javascript, microverse
- Language: JavaScript
- Homepage:
- Size: 95.7 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Awesome Book ES6
## Major languages
HTML5
CSS
JAVASCRIPT
### Install & Setup
To setup and install this sample project, follow the below steps:
- Clone this project by the command:
```
$ git clone https://github.com/aliatayee/awsome-book-ES6.git
```
- Then switch to the project folder by the bellow query:
```
$ cd awsome-book-ES6
```
- Finally, run the index.html file in your browser.
## Run tests
To run the tests for linters locally, you must have node installed on your computer. Install the necessary packages. Run npx stylelint "*/.{css,scss}" Run npx hint . Run npx eslint .
### Prerequisites
- IDE to edit and run the code (We use Visual Studio Code 🔥).
- Git to versionning your work.
### Authors
👤 **Ali**
- GitHub: [@aliatayee](https://github.com/aliatayee)
- Twitter: [@aqaatayee](https://twitter.com/aqaatayee)
## 🤝 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
- etc