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

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

Udacity - React course
https://github.com/diegogurgel/my-reads

Last synced: 4 months ago
JSON representation

Udacity - React course

Awesome Lists containing this project

README

        

This project is available to test on [myreads.now.sh](https://myreads.now.sh)

![My reads screenshot](https://raw.githubusercontent.com/diegogurgel/my-reads/master/public/screenshot.png)

### Running the project
First clone the project and inside the folder run the folowing commads:
(you will need [node](https://nodejs.org/en/) to run this application)
```shell
npm install
```

```shell
npm start
```