Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/islamhaqq/my-reads
- Owner: islamhaqq
- Created: 2017-11-10T17:01:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T17:40:47.000Z (almost 7 years ago)
- Last Synced: 2024-09-13T15:42:39.621Z (2 months ago)
- Topics: docker, react, react-router, react-router-v4, reactjs
- Language: JavaScript
- Homepage: https://syedaman.github.io/my-reads/
- Size: 1.85 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)