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

https://github.com/flgmwt/udacity-myreads


https://github.com/flgmwt/udacity-myreads

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# MyReads

An application for tracking books read or currently reading.

## Setup

To install, navigate to the MyReads project root and run `npm install` or `yarn`.

To launch the application, run either `npm start` or `yarn start`.

To run tests, run either `npm test` or `yarn test`