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

https://github.com/tsohledev/readers-shine

readers shine is a front end web app created in React, it stores books a user is reading and the progress on each
https://github.com/tsohledev/readers-shine

react redux thunk-middleware

Last synced: 2 months ago
JSON representation

readers shine is a front end web app created in React, it stores books a user is reading and the progress on each

Awesome Lists containing this project

README

          

Readers Shine

# 📗 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](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ (OPTIONAL)](#faq)
- [📝 License](#license)

# 📖 Readers Shine

> About this repository

**Readers Shine** readers shine is a front end web app created in React, it stores books a user is reading and the progress on each.

## 🛠 Built With

### Tech Stack

> My stack is consists only of the client side framework

Client

### Key Features

> Describe between 1-3 key features of the application.

- **[Add Book]**
- **[Remove Book]**
- **[Track progress on your reading]**

(back to top)

## 🚀 Live Demo

> Add a link to your deployed project.

- [Live Demo Link](https://tsohle.me/readers-shine)

(back to top)

## 💻 Getting Started

> How to clone and use this project project.

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

### Prerequisites

In order to run this project you need:

-A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)

-VSCode or any other equivalent code editor

-Node Package Manager (For running, debuging, or installing dependancies to be used)

node and npm:

-Linux
```sh
sudo apt install nodejs npm
```
-windows

[download and install](https://nodejs.org/en/)

### Setup

Clone this repository to your desired folder:

- Open the command prompt in the created directory.

- On the terminal run this command
```sh
git clone https://github.com/tsohleDev/readers-shine.git
```

- Go to the repository folder using command prompt
```sh
cd readers-shine
```

### Install

Install this project with:

```sh
run npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

```sh
npm run test
```

### Deployment

You can deploy this project using:

- To start run
```sh
npm run publish
```

(back to top)

## 👥 Authors

> All of the collaborators of this project.

👤 **Tsohle Mokhemisi**

- GitHub: [@githubhandle](https://github.com/tsohleDev2)
- Twitter: [@twitterhandle](https://twitter.com/RealTsohle)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)

(back to top)

## 🔭 Future Features

> Describe 1 - 3 features you will add to the project.

- **[Create the mobile version]**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/tsohleDev/readers-shine/issues).

(back to top)

## ⭐️ Show your support

> To support this project

Give a ⭐️ if you like this project!

(back to top)

## 🙏 Acknowledgments

> Credits to everyone who inspired the codebase.

I would like to thank [Microverse](https://microverse.org) for the great content

(back to top)

## 📝 License

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

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

(back to top)