Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iturres/bookstore-react-app

βš›οΈReact-Redux-Appβš›οΈ | An SPA that allows users to display/add/remove books from a list using React + Redux. Check it out! πŸ‘‡
https://github.com/iturres/bookstore-react-app

booklist bookstore javascript react react-router redux redux-thunk redux-toolkit sass

Last synced: 18 days ago
JSON representation

βš›οΈReact-Redux-Appβš›οΈ | An SPA that allows users to display/add/remove books from a list using React + Redux. Check it out! πŸ‘‡

Awesome Lists containing this project

README

        


bookstore logo

Bookstore - React 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](#deployment)
- [πŸ‘₯ Authors](#authors)
- [πŸ”­ Future Features](#future-features)
- [🀝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [πŸ™ Acknowledgements](#acknowledgements)
- [πŸ“ License](#license)

---

# πŸ“– Bookstore - React App

**Bookstore - React App** An SPA that allows users to display/add/remove books from a list using React + Redux and the [Bookstore API](https://microverse.notion.site/Bookstore-API-51ea269061f849118c65c0a53e88a739).

---

#### Learning objectives

- Use React Router.
- Use React components.
- Use Redux.
- Use Hooks.
- Understand the concept of state management.
- Use store, actions and reducers in React.
- Connect React and Redux.
- Connect an existing API via Redux and use the data to display it in a UI.

## πŸ›  Built With

### Tech Stack

---

### Key Features

- **Use of Hooks**
- **Use of State**
- **Use of Redux Toolkit**

(back to top)

---

## πŸš€ Live Demo

- [Live Demo Link](https://iturres.github.io/bookstore-react-app/)

---

## πŸ’» Getting Started

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

### Setup

Clone this repository to your desired folder:

Example commands:

```bash
cd my-folder
git clone [email protected]:ITurres/bookstore-react-app.git
```

### Install

Install this project's dependencies with:

- npm install

### Usage

To run the project, execute the following command:

```bash
npm start
```

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.

The page will reload when you make changes.\
You may also see any lint errors in the console.

### Run tests

- Not Applicable.

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

(back to top)

---

## πŸ‘₯ Authors

πŸ‘€ **Author1**

- GitHub: [@ITurres](https://github.com/ITurres)
- Twitter: [@Arthur_ITurres](https://twitter.com/ArthurIturres)
- LinkedIn: [Arthur Emanuel G. Iturres](https://www.linkedin.com/in/arturoemanuelguerraiturres/)

(back to top)

---

## πŸ”­ Future Features

- [ ] Migrate to TypeScript.
- [ ] Add Unit Tests.
- [ ] Add Integration Tests.

(back to top)

---

## 🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/ITurres/bookstore-react-app/issues).

(back to top)

---

## ⭐️ Show your support

Give a ⭐ if you liked this project!

(back to top)

---

## πŸ™ Acknowledgments

I thank Microverse for this fantastic opportunity, the Code Reviewers and [NitBravoA92](https://github.com/NitBravoA92?tab=repositories) for their advice and time πŸ†

(back to top)

---

## πŸ“ License

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

(back to top)

---