Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://bushmusi.github.io/awsome-books/

Awesome book project is to store books and remove them using buttons
https://bushmusi.github.io/awsome-books/

css css3 html javascript

Last synced: about 2 months ago
JSON representation

Awesome book project is to store books and remove them using buttons

Awesome Lists containing this project

README

        

![](https://img.shields.io/badge/Microverse-blueviolet)

# awesome-books
This is a book shelve website dedicated to store collection of books, add new books and delete books.

In this project, you will be using javascript arrays and object to store the list of books and saving the book colection in the local storage. Do not use any other framework, just pure javascript. After you are done with the project, run tests and deploy.

![screenshot](./app_screenshot.png)

## Built With

- HTML5, Javascript
- CSS3
- Linters

## Live Demo

[Live Demo Link](https://bushmusi.github.io/awsome-books/)

## Getting Started
To get a local copy up and running follow these simple example steps.

## Prerequisites
- Have a good knowledge on how to parse UI designs
- Have VSCode or other text editor installed. [Link to download VSCode](https://code.visualstudio.com/download)
- Install node package. [Link to download node](https://nodejs.org/en/download/)
- Have git installed.[Link to download git](https://git-scm.com/downloads)
- Create a github repository.

## Setup
- git clone https://github.com/bushmusi/awsome-books.git
- cd young-tech-conference/
-Follow the HTML-CSS linter confuguration to docs to setup linters [Link to Microverse linter docs](https://github.com/bushmusi/linters-config/tree/master/html-css-js)

## Run tests

For tracking linters errors locally, you need to follow these steps:
- For tracking linter errors in HTML file run:
`npx hint .`
- For tracking linter errors in CSS file run:
`npx stylelint "**/*.{css,scss}"`
- For tracking linter errors in Javascript file run:
`npx eslint .`

## Deployment

- Use GitHub pages to deploy website
- For more information about publishing sources, see [About github pages](https://pages.github.com/)

## Author

👤 **Victor, Bushra and Beyk**

- GitHub:
- [Bushra](www.github.com/bushmusi)
- [Victor](www.github.com/vickymarz)
- [Beyk](www.github.com/beyk)

## 🤝 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
- Coding Partners
- Code Reviewers

## 📝 License

This project is [MIT](./MIT.md) licensed.