Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrprotocoll/bookstore

The Bookstore is a React/Redux application that utilizes API integration and testing. It allows users to display a list of books, add new books, and remove selected books using an API. With a focus on React and Redux, the project provides a seamless user experience while leveraging the power of API data retrieval and manipulation.
https://github.com/mrprotocoll/bookstore

jest react redux redux-toolkit

Last synced: 14 days ago
JSON representation

The Bookstore is a React/Redux application that utilizes API integration and testing. It allows users to display a list of books, add new books, and remove selected books using an API. With a focus on React and Redux, the project provides a seamless user experience while leveraging the power of API data retrieval and manipulation.

Awesome Lists containing this project

README

        

# bookstore-react-microverse

# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Usage](#usage)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)

# 📖 Bookstore App (React)

**Bookstore App (React)** is a website that allows you to: Display a list of books, Add a book and Remove a selected book.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **Display a list of books**
- **Add a book**
- **Remove a selected book**

(back to top)

## 🚀 Live Demo

- [Live Demo Link] Coming soon

(back to top)

## 💻 Getting Started

### Prerequisites

- **ReactJs**
- **NPM**

In order to run this project you need:

1. To have installed Nodejs in your Code editor. In case you don't have it, go to this site and download the setup based on your PC

(install NodeJs)

### Setup

Clone this repository to your desired folder using the above command:

```sh
cd my-folder
git clone https://github.com/mrprotocoll/bookstore-react-microverse.git
```

### Install

Install this project with:

```sh
cd my-project
npm install -y
```

### Usage

To run the project, execute the following command:

```sh
cd my-project
npm start
```

Open http://localhost:3000/ to view it in the browser. The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.

(back to top)

## 👥 Authors

👤 **mrprotocoll**

- GitHub: [@mrprotocoll](https://github.com/mrprotocoll)
- Twitter: [@dprotocoll](https://twitter.com/dprotocoll)
- LinkedIn: [@mrprotocoll](https://www.linkedin.com/in/mrprotocoll)

(back to top)

## 🔭 Future Features

- [ ] **[Add good UI/UX]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

https://github.com/mrprotocoll/bookstore-react-microverse
## ⭐️ Show your support

If you like this project, please don't forget to follow me and give it a star.

(back to top)

## 🙏 Acknowledgments

I would like to thank [Microverse](https://www.microverse.org/)

(back to top)

## 📝 License

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

(back to top)