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
- Host: GitHub
- URL: https://github.com/osaaroh/react-myreads
- Owner: osaaroh
- Created: 2021-08-25T16:21:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-03T05:21:54.000Z (over 3 years ago)
- Last Synced: 2025-08-24T18:39:33.563Z (10 months ago)
- Topics: javascript, react, react-router
- Language: JavaScript
- Homepage:
- Size: 86.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyReads Project
[](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**