https://github.com/hip1310/mylibrary
A web application to create our own library which helps to organize books in different shelf. This app uses React to render the UI.
https://github.com/hip1310/mylibrary
jsx npm react-component react-props react-router react-state
Last synced: about 1 month ago
JSON representation
A web application to create our own library which helps to organize books in different shelf. This app uses React to render the UI.
- Host: GitHub
- URL: https://github.com/hip1310/mylibrary
- Owner: hip1310
- Created: 2017-11-03T23:52:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-12T20:28:54.000Z (over 7 years ago)
- Last Synced: 2025-01-25T08:46:25.375Z (3 months ago)
- Topics: jsx, npm, react-component, react-props, react-router, react-state
- Language: JavaScript
- Size: 29.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyLibrary Project
A web application to create our own library which helps to organize books in different shelf. This app uses React to render the UI. This app is created as part of Udacity's React Nanodegree program.
# Installation
Download or clone the repository.
Then navigate to `/myreads` directory and type `npm install`.
=> This will install all the dependencies needed to run the program.# To Run the app
Navigate to `/myreads` directory type `npm start`.
=> This will have the app running on localhost:3000## Important
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](/myreads/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.## Create React 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).