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

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.

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