/MyReadsApp-Udacity

🔷 MyReads: Book Tracking App

Primary LanguageJavaScript

MyReads: Book Tracking App

A React.js bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

Installation and Launch

  1. To install the application clone this git repository
$ git clone https://github.com/ibrahimkundlik/MyReadsApp-Udacity.git MyReadsApp
  1. Go into the application folder
$ cd MyReadsApp
  1. Install dependencies usingnpm command line tool
$ npm install
  1. Run the application, again using npm
$ npm start

This will open a new browser tab/window with the application running on http://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. 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. You can find more information on how to perform common tasks here.