Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abdullahmuhammed5/myreads
Manage your reading by adding your books in different shelve. You can visit my app here : https://abdullahmuhammed5.github.io/MyReads/
https://github.com/abdullahmuhammed5/myreads
apis backend book bookapp books javascript react reactjs
Last synced: about 1 month ago
JSON representation
Manage your reading by adding your books in different shelve. You can visit my app here : https://abdullahmuhammed5.github.io/MyReads/
- Host: GitHub
- URL: https://github.com/abdullahmuhammed5/myreads
- Owner: AbdullahMuhammed5
- Created: 2018-07-30T13:38:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T12:23:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-05T19:12:07.192Z (3 months ago)
- Topics: apis, backend, book, bookapp, books, javascript, react, reactjs
- Language: JavaScript
- Homepage: https://abdullahmuhammed5.github.io/MyReads/
- Size: 1.02 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyReads Project
MyReads is a my project for Udacity's front-end Nanodegree part 5 (React). This is a bookshelf app that lets you to organize books that you have read or you want to read or you are currently reading it.
## 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)
- [Create your owen App](#Create your owen App)
- [Important Note](#Important Note)## Folder Structure
```
my-app/
README.md
node_modules/
package.json
public/
index.html
favicon.ico
src/
App.css
App.js
App.test.js
Search.js
ShelfChanger.js
BooksAPI.js
ListBooks.js
Books.js
index.css
index.js
icons/
add.svg
arrow-back.svg
arrow-drop-down.svg
no-cover-image.png
```
## Available ScriptsIn the project directory, you can run:
### `npm start` To Open the project on Udacity server.
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.
## Create your owen App
This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app). You can find more information on how to perform common tasks [here](https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md).
To get started developing right away:
* Download the starter repository [here](https://github.com/udacity/reactnd-project-myreads-starter).
* Open the downloaded directory and install all project dependencies with `npm install`
* start the development server with `npm start`## Important Note
The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in [SEARCH_TERMS.md](SEARCH_TERMS.md). That list of terms are the _only_ terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.