Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mwismann/react-bookstore

[react-bookstore] is a SPA built with React, Redux Toolkit, and Tailwind. The app makes use of the Bookstore API as the backend, through axios and createAsyncThunk.
https://github.com/mwismann/react-bookstore

Last synced: 14 days ago
JSON representation

[react-bookstore] is a SPA built with React, Redux Toolkit, and Tailwind. The app makes use of the Bookstore API as the backend, through axios and createAsyncThunk.

Awesome Lists containing this project

README

        

# 📗 Table of Contents

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

# 📖 [react-bookstore]

**[react-bookstore]** is a SPA built with [React](https://react.dev/), [Redux Toolkit](https://redux-toolkit.js.org/), and [Tailwind](https://tailwindcss.com/). The app make use of the [Bookstore API](https://www.notion.so/Bookstore-API-51ea269061f849118c65c0a53e88a739) as the backend, through [axios](https://axios-http.com/docs/intro) and [createAsyncThunk](https://redux-toolkit.js.org/api/createAsyncThunk).

## 🛠 Built With

### Tech Stack

Client


  • HTML

  • CSS

  • JavaScript

  • React

  • Redux Toolkit

  • Tailwind

Server


  • React Routing service

Database


  • Bookstore API

### Key Features

- **[Correct flow of React components]**
- **[Correct Redux integration]**
- **[Correct async consumption of API with axios]**
- **[Correct integration of Tailwindcss styling]**

(back to top)

## 💻 Getting Started

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

### Prerequisites

- You don't need any previous installation in order to run this project

### Setup

Clone this repository to your desired folder:

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

### Install

To install this project dependencies run the following command:

```sh
npm install
```

### Usage

- To start this project on your localhost run the following command:

```sh
npm start
```

### Run tests

- To test this project run the following command:

```sh
npm test
```

### Deployment

- This is not a deployable project

(back to top)

## 👥 Authors

👤 **Mathias Wismann**

- GitHub: [@mwismann](https://github.com/mwismann)
- Twitter: [@mathias_wismann](https://twitter.com/mathias_wismann)
- LinkedIn: [Mathias Wismann](https://www.linkedin.com/in/mathias-wismann/)

(back to top)

## 🔭 Future Features

- **[Add filter by categories]**

(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 it would be a great help if you could star this repo!

(back to top)

## 🙏 Acknowledgments

I would like to thank to Microverse for providing me the opportunity and inspiration for this work.

(back to top)

## 📝 License

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

(back to top)