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

https://github.com/bohaz/book-list

It is a Single Page Application that allows users to add and remove amazing books.
https://github.com/bohaz/book-list

css react redux

Last synced: about 1 year ago
JSON representation

It is a Single Page Application that allows users to add and remove amazing books.

Awesome Lists containing this project

README

          

πŸ“š Book-list

# πŸ“— 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](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

# πŸ“– Book-list

**Book-list** It is a Single Page Application that allows users to add and remove amazing books.

## πŸ›  Built With

React, Git, and GitHub

### Tech Stack

Client

### Key Features

- **[Best organization]**
- **[Professional documentation]**
- **[Clean coding]**
- **[Team Working]**

(back to top)

## πŸš€ Live Demo

- [Live Demo Link](https://bohaz-book-list.onrender.com)

(back to top)

## πŸ’» Getting Started

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

### Prerequisites

In order to run this project you need:

- Visual Studio Code installed
- Npm installed
- A GitHub account
- Git installed

### Setup

Clone this repository to your desired folder:

cd my-folder
git clone git@github.com:bohaz/book-list.git

### Install

Install this project with:

-Install Node Modules

```sh
npm install
```

### Usage

To run this project, execute the following command:

-Start the development server

```sh
npm start
```

### Run tests

To run tests, run the following commands:

- ESLint linter errors run:

``` npx eslint "**/*.{js,jsx}" ```

-CSS linter errors run:

``npx stylelint "**/*.{css,scss}"``

### Deployment

You can deploy this project using:

- Github

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **Ricardo MartΓ­nez**

- GitHub: [@bohaz](https://github.com/bohaz)
- Twitter: [@Ricardo29115571](https://twitter.com/Ricardo29115571)
- LinkedIn: [Ricardo Martinez](https://www.linkedin.com/in/ricardomart%C3%ADnez%E2%88%B4/)

(back to top)

## πŸ”­ Future Features

- [ ] **Functionality**
- [ ] **Content**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/bohaz/book-list/issues).

(back to top)

## ⭐️ Show your support

If you like this project let me know with a STAR!

(back to top)

## πŸ™ Acknowledgments

We would like to thaks Microverse for giving us the oportunity to build and contribute in projects like this.

(back to top)

## πŸ“ License

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

(back to top)