Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/codeamt/myreads-app
- Owner: codeamt
- Created: 2018-09-15T17:26:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-17T05:17:30.000Z (over 6 years ago)
- Last Synced: 2023-10-20T04:52:18.101Z (about 1 year ago)
- Language: JavaScript
- Size: 203 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.