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

https://github.com/devendra-alt/bookstore-cms

react reduce toolkit based bookstore web application
https://github.com/devendra-alt/bookstore-cms

Last synced: about 1 year ago
JSON representation

react reduce toolkit based bookstore web application

Awesome Lists containing this project

README

          


BookStore CMS


# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [💻 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)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 BookStore CRM

**BookStore CMS** is a react redux based bookstore managmnet system

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Adding Book**
- **See Book reading progress**
- **Update Progress**

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

- Node Envirnment
- Chrome Browser
- Code Editor

### Setup

Clone this repository to your desired folder:

```
cd my-folder
git clone git@github.com:devendra-alt/bookstore-cms.git
```

### Install

Install this project with:

```
cd bookstore-cms
npm i
```

### Usage

To run the project, execute the following command:

```
npm run dev
```

### Run tests

To run tests, run the following command:

```
npm test
```

### Deployment

You can deploy this project using:

- github pages
- netlify
- render

(back to top)

## 👥 Authors

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/devendra-alt)
- Twitter: [@twitterhandle](https://twitter.com/Devendra5101)
- LinkedIn: [LinkedIn](https://linkedin.com/in/devendramulewa)

(back to top)

## 🔭 Future Features

- [ ] **Remove Book**
- [ ] **Category Page**
- [ ] **using API**

(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 please stare it and follow me

(back to top)

## 🙏 Acknowledgments

I would like to thank @microverse

(back to top)

## 📝 License

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

(back to top)