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

https://github.com/simongideon/bookstoreapp

A Book store App built with react allows user to add and delete book items from a random API. The app also allows the user to see a list added books.
https://github.com/simongideon/bookstoreapp

css3 javascript jest react redux thunk

Last synced: 3 months ago
JSON representation

A Book store App built with react allows user to add and delete book items from a random API. The app also allows the user to see a list added books.

Awesome Lists containing this project

README

        

Book Store App

# 📗 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)
- [📝 License](#license)

# 📖 BOOK STORE

> Describe your project in 1 or 2 sentences.

**MATHS MAGICIAN** is a...

## 🛠 Built With

### Tech Stack

> Describe the tech stack and include only the relevant sections that apply to your project.

Client

Server

Database

### Key Features

- [ ] **Add and delete books**
- [ ] **Group Books according to their type**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

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

(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:
```
npm install
```

### Setup

Clone this repository to your desired folder:
```
$ git clone https://github.com/SimonGideon/BookstoreApp.git
cd BookstoreApp
```

### Install

Install this project with:
```
npm init -y
```

### Usage

To run the project, execute the following command:
```
npm run start
```

### Run tests

To run tests, run the following command:
```
npm run test
```

### Deployment

You can deploy this project using:
```
npm build
```

(back to top)

## 👥 Authors

👤 **Simon Gideon**

- GitHub: [@SimonGideon](https://github.com/SimonGideon)
- Twitter: [@Simo_Giddy](https://twitter.com/Simo_Giddy)
- LinkedIn: [mnayi-gideon](https://linkedin.com/in/mnayi-gideon)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- [ ] **Add cover page to each book**
- [ ] **Add associated links to the books**

(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

> Write a message to encourage readers to support your project

If you like this project...

(back to top)

## 🙏 Acknowledgments

> Give credit to everyone who inspired your codebase.

I would like to thank...

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)