Skip to content

A Book-tracking app that allows users to search, select and categorize books you have read, are currently reading, or want to read.

Notifications You must be signed in to change notification settings

Jeneara/udacity-react-book-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

A Book-tracking app that allows users to search, select and categorize books you have read, are currently reading, or want to read.

This project is build using a static stater React template and features an API provided by Udacity. The goal is to add interactiving to the app.

Project Rubic

How to run the project

To run the project, download or clone the repository in your computer:

$ git clone https://github.com/Jeneara/udacity-react-book-app.git

then

  • install all project dependencies with

    npm install
    
  • start the development server with

    npm start
    

Third party librarys

Backend Server

To simplify the development process, udacity provided a backend server for development. The provided file BooksAPI.js contains the methods I will used to perform necessary operations on the backend:

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.

References

About

A Book-tracking app that allows users to search, select and categorize books you have read, are currently reading, or want to read.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published