Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/islamhaqq/my-reads

Book reading app made with React.js and React Router
https://github.com/islamhaqq/my-reads

docker react react-router react-router-v4 reactjs

Last synced: 5 days ago
JSON representation

Book reading app made with React.js and React Router

Awesome Lists containing this project

README

        

# My Reads

A book managing app that lets you search for and then add books to your bookshelf!

## How to run

### Docker method (recommended)

- [ ] Make sure Docker is installed

```sh
$ docker run -d -p 3000:3000 syednashikaman/my-reads:1.1.0
```

The development server should now be running as a background process. Demo it at: !

### Traditional method

- [ ] Clone it ()
- [ ] Install `node_modules`
- [ ] Run the dev server

```sh
$ git clone https://github.com/SyedAman/my-reads.git
$ cd my-reads
$ yarn && yarn run start
```

The development server should now open up in your browser. If not, simply go to

## Screenshots

![image](https://user-images.githubusercontent.com/11065634/32987476-d2cd8620-ccb2-11e7-85d3-98a34bc00b87.png)

![image](https://user-images.githubusercontent.com/11065634/32987477-da42bdda-ccb2-11e7-9d57-3264298571bf.png)

![image](https://user-images.githubusercontent.com/11065634/32987479-e1b8d86a-ccb2-11e7-9552-83fac34cac8b.png)

![image](https://user-images.githubusercontent.com/11065634/32987482-ffee3b04-ccb2-11e7-9e56-45590128dc62.png)