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

https://github.com/tomasesquivelgc/react-redux-bookstore

This project is a bookstore app made with React & Redux
https://github.com/tomasesquivelgc/react-redux-bookstore

Last synced: 3 months ago
JSON representation

This project is a bookstore app made with React & Redux

Awesome Lists containing this project

README

        

React Bookstore

# πŸ“— Table of Contents

- [πŸ“– About the Project](#about-project)
- [πŸ›  Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [πŸ’» 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)

# πŸ“– Math magicians

**React Bookstore** is a single page application built with react that consists of a Booklist you can interact with and a category section.

## πŸ›  Built With

### Tech Stack

Client

### Key Features

- **Simple booklist app built with JSX**
- **Single page app with 2 pages**
- **Booklist interactivity (add and delete)**

(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 a browser.

### Setup

Clone this repository to your desired folder:

Example commands:

```sh
cd my-folder
git clone [email protected]:myaccount/my-project.git
```

### Install

Install this project with:

Example command:

```sh
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm test
```

### Deployment

You can deploy this project using github pages

(back to top)

## πŸ‘₯ Authors

πŸ‘€ **TomΓ‘s Esquivel**

- GitHub: [@tomasesquivelgc](https://github.com/tomasesquivelgc)

(back to top)

## πŸ”­ Future Features

- [] **CSS styling**
- [] **Expand category page**
- [] **Redux**

(back to top)

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give it a star.

(back to top)

## πŸ™ Acknowledgments

I would like to thank Microverse and my friends and family for their support.

(back to top)

## πŸ“ License

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

(back to top)