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

https://github.com/nyctophilus/myreads-react

A Bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.
https://github.com/nyctophilus/myreads-react

react react-router-dom react-router-v6 redux

Last synced: about 2 months ago
JSON representation

A Bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.

Awesome Lists containing this project

README

        

![React](https://img.shields.io/badge/-ReactJs-61DAFB?logo=react&logoColor=white&style=for-the-badge)
![React Router](https://img.shields.io/badge/React_Router-CA4245?style=for-the-badge&logo=react-router&logoColor=white)









My Reads









- Table of Contents


  1. Overview

  2. Stack

  3. Getting Started

  4. Installation

  5. Preview -Live Demo-

  6. Screenshots






## Overview

### A Bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.




## Stack

- React.js
- React-Router lib

---




## Getting Started

This project require some prequesites and dependenscies to be installed, you can find the instructions below

> To get Started, follow these simple steps :

## Installation

1. Clone the repo

2. go to project folder

3. install dependencies

```bash
npm i
npm start
```




## Preview

[![Netlify Status](https://api.netlify.com/api/v1/badges/7ac2604a-4ce9-4826-8709-a36e46355e1e/deploy-status)](https://fayad-myreads-react-redux-fwd.netlify.app)




## Screenshots

### Preview Image

![Preview](preview.png)

### Tree Architecture

![Components Tree Architecture](components-tree-structure.png)




'back to top'