Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://lorenzoworx.github.io/awesomeBooksEs6/

This is a books library app built using ES6, where users can browse and add books to their library.. It is a great tool for book lovers who want to keep track of their reading lists.
https://lorenzoworx.github.io/awesomeBooksEs6/

css html javascript

Last synced: about 2 months ago
JSON representation

This is a books library app built using ES6, where users can browse and add books to their library.. It is a great tool for book lovers who want to keep track of their reading lists.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 [AWESOME LIBRARY]

**[Awesome Library]** is a simple website that displays a list of books and allows you to add and remove books from that list.

## 🛠 Built With

### Tech Stack

html5css3javascript

### Key Features

- **Add book to the list**
- **Remove book from the list**
- **Wireframe UI design**

(back to top)

## 🚀 Live Demo

For a live demo to our project, follow the link below

- [Live Demo Link](https://lorenzoworx.github.io/awesomeBooksEs6/)

(back to top)

## 💻 Getting Started

> Describe how a new developer could make use of your project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

### Setup

- Clone this repository or download the Zip folder:

```
git clone https://github.com/lorenzoworx/awesomeBooksEs6
```

- Navigate to the location of the folder in your machine:

**``you@your-Pc-name:~$ cd ``**

### Usage

- After Cloning this repo to your local machine
- Open the `index.html` in your browser

### Run tests

To track linter errors locally follow these steps:

Download all the dependencies run:
```
npm install
```
Track HTML linter errors run:
```
npx hint .
```
Track CSS linter errors run:
```
npx stylelint "**/*.{css,scss}"
```
Track JavaScript linter errors run:
```
npx eslint .
```

### Deployment

- GitHub Pages was used to deploy this website
- For more information about publishing sources, see "[About github page](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages#publishing-sources-for-github-pages-sites)"

(back to top)

## 👥 Authors

👤 **Okolo Oshoke**

- GitHub: [@lorenzoworx](https://github.com/lorenzoworx)
- Twitter: [@lorenzoworx](https://twitter.com/lorenzoworx)
- LinkedIn: [Oshoke Okolo]https://www.linkedin.com/in/oshoke-okolo-665208108/)

(back to top)

## 🔭 Future Features

- [ ] **[Navigation bar]**
- [ ] **[Use of classess]**
- [ ] **[Better style and design]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## 🙏 Acknowledgments

I would like to thank - [ Microverse]
**![](https://img.shields.io/badge/Microverse-blueviolet)**

(back to top)

## ⭐️ Show your support

Give a ⭐️ if you like this project!

(back to top)

## 📝 License

This project is [MIT](https://github.com/rivasbolinga/AwesomeBooks-library/blob/master/MIT.md) licensed.

(back to top)