Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/codeamt/myreads-app

A Single Page App built with React.js to help organizing your books.
https://github.com/codeamt/myreads-app

Last synced: about 2 months ago
JSON representation

A Single Page App built with React.js to help organizing your books.

Awesome Lists containing this project

README

        

# MyReads App



MyReads is a project from Udacity's React Nanodegree course. I implemented this project in the process of mentoring Grow With Google peers completing their degree on the Front End track.

This app enables the user to organize books by categories: currently reading, want to read, and already read. There is also search functionality to explore/add more books from Udacity's BooksAPI.

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). A summary of to official [instructions](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md) can be found below:

## Table of Contents

- [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)

## 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. Set up your favourite HTTP server so that a visitor to your site is served `index.html`, and requests to static paths like `/static/js/main..js` are served with the contents of the `/static/js/main..js` file.