Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mrprotocoll/bookstore
- Owner: mrprotocoll
- License: mit
- Created: 2023-02-24T13:40:37.000Z (over 1 year ago)
- Default Branch: dev
- Last Pushed: 2023-03-04T20:30:35.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:24:04.249Z (27 days ago)
- Topics: jest, react, redux, redux-toolkit
- Language: JavaScript
- Homepage: https://mp-bookstore.onrender.com/
- Size: 788 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)** is a website that allows you to: Display a list of books, Add a book and Remove a selected book.
Client
- **Display a list of books**
- **Add a book**
- **Remove a selected book**
- [Live Demo Link] Coming soon
### 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
### 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.
👤 **mrprotocoll**
- GitHub: [@mrprotocoll](https://github.com/mrprotocoll)
- Twitter: [@dprotocoll](https://twitter.com/dprotocoll)
- LinkedIn: [@mrprotocoll](https://www.linkedin.com/in/mrprotocoll)
- [ ] **[Add good UI/UX]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
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.
I would like to thank [Microverse](https://www.microverse.org/)
This project is [MIT](./LICENSE) licensed.