Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://braincee.github.io/Awesome-Books-with-ES6/
Awesome-book is a web application that saves a list of books(their title and authors). It helps organize a collection of books according to their registration time. Awesome-book has been built with HTML,CSS and JavaScript(by using the ES6 approach))
https://braincee.github.io/Awesome-Books-with-ES6/
css3 eslint html javascript microverse-projects microverse-students stylelint
Last synced: about 1 month ago
JSON representation
Awesome-book is a web application that saves a list of books(their title and authors). It helps organize a collection of books according to their registration time. Awesome-book has been built with HTML,CSS and JavaScript(by using the ES6 approach))
- Host: GitHub
- URL: https://braincee.github.io/Awesome-Books-with-ES6/
- Owner: braincee
- Created: 2022-04-25T11:52:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-05T08:13:16.000Z (almost 2 years ago)
- Last Synced: 2024-10-01T19:02:24.496Z (about 1 month ago)
- Topics: css3, eslint, html, javascript, microverse-projects, microverse-students, stylelint
- Language: JavaScript
- Homepage: https://braincee.github.io/Awesome-Books-with-ES6/#
- Size: 752 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Awesome Books Website
> The website has a collection of books with the Title and Author Name with a form to add books with title and author inputs and a button to remove a book.
## Built With
- HTML
- Javascript(ES6)
- CSS## Screenshots
![](./logo/all-devices-white.png)
## Live Demo 🔗
Check the live demo [here](https://braincee.github.io/Awesome-Books-with-ES6/#)👈
To get a local copy up and running follow these simple example steps.
1. Clone Repository
```
git clone [email protected]:https://github.com/braincee/Awesome-Books.git
```### Install linters(webhint, stylelint, eslint)
1. Run to install webhint
```
npm install --save-dev [email protected]
```
2. Run to install stylelint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```
3. Run to install eslint
```
npm install --save-dev [email protected] [email protected] [email protected] [email protected]
```## Authors
👤 **Stephen**
- GitHub: [@braincee](https://github.com/braincee)
- Twitter: [@annor0543](https://twitter.com/annor0543)
- LinkedIn: [Stephen Annor](https://www.linkedin.com/in/kwesi-appiah-1387801a1/)👤 **JODRACK**
- GitHub: [@joseph07-drack](https://github.com/joseph07-drack)
- LinkedIn: [joseph](https://www.linkedin.com/in/joseph-buingo-ab2682225/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/braincee/Awesome-Books-with-ES6/issues).
## Show your support.
Give a ⭐️ if you like this project!
## Acknowledgments
- README template from [Microverse](https://github.com/microverseinc/readme-template)
- Linter setup from [Microverse](https://github.com/microverseinc/linters-config/tree/master/html-css)## 📝 License
This project is [MIT](./MIT.md) licensed.