Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ginabeki/bookstore

A simple website to store your favorite books by category. Built with redux
https://github.com/ginabeki/bookstore

Last synced: 19 days ago
JSON representation

A simple website to store your favorite books by category. Built with redux

Awesome Lists containing this project

README

        

logo

BookStore

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 \[BookStore\] ](#-bookstore-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [👥 Authors ](#-authors-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [📝 License ](#-license-)

# 📖 [BookStore]

> Describe your project in 1 or 2 sentences.

**[BookStore]** is a single app application that allows users to add and delete book. Also, the app is configured with redux store.

## 🛠 Built With

### Tech Stack

> This Project is bookstore project by using react

Client

Server

Database

### Key Features

- **[Add]**
- **[Delete]**
- **[Filter]**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://bookstoreshelf.netlify.app/)

(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:

```sh
npm install
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone [email protected]:ginabeki/bookstore.git
```

### Install

Install this project with:

```sh
cd my-project
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 run test
```

### Deployment

You can deploy this project using:

```sh
npm run build
```

(back to top)

## 👥 Authors

> Mention all of the collaborators of this project.

👤 **Gina Beki**

- GitHub: [@ginabeki](https://github.com/ginabeki)
- Twitter: [@twitterhandle](https://twitter.com/_gina_bw)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/gina-beki-a85846103/)

(back to top)

## 🔭 Future Features

- [ ] **[Comment]**
- [ ] **[Edit]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ginabeki/bookstore/issues).

(back to top)

(back to top)

(back to top)

## 📝 License

This project is [MIT](./MIT.md) 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)