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

https://github.com/osaaroh/react-myreads

First react project in the Udacity React Nanodegree course
https://github.com/osaaroh/react-myreads

javascript react react-router

Last synced: about 2 months ago
JSON representation

First react project in the Udacity React Nanodegree course

Awesome Lists containing this project

README

          

# MyReads Project

[![Netlify Status](https://api.netlify.com/api/v1/badges/16164d1c-e67d-4d41-82f6-9d57e7701295/deploy-status)](https://app.netlify.com/sites/myreads-udacity-o/deploys)

MyReads is one of the projects from Udacity's React Nanodegree course. This app helps you to organize books into three shelves: 'Currently Reading', 'Want to Read' & 'Read'.

[View Live Site](https://myreads-udacity-o.netlify.app/)

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). A subset of [instructions](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) is shown bellow:

## Table of Contents

- [Folder Structure](#folder-structure)
- [Available Scripts](#available-scripts)
- [npm start](#npm-start)
- [npm test](#npm-test)
- [npm run build](#npm-run-build)
- [npm run eject](#npm-run-eject)
- [Deployment](#deployment)

## Folder Structure

```
workspace/
node_modules/
package.json
public/
index.html
favicon.ico
src/
components/
Book.js
MainPg.js
SearchPg.js
icons
App.css
App.js
App.test.js
BooksAPI.js
index.css
index.js
logo.svg
README.md
SEARCH_TERMS.md
```
## Available Scripts

In the project directory, you can run:

### `npm start`

Runs the app in the development mode.

### `npm test`

Launches the test runner in the interactive watch mode.

### `npm run build`

Builds the app for production to the `build` folder.

## Deployment

`npm run build` creates a `build` directory with a production build of your app.

## Authors

* **Osaro Iyoha**