Skip to content

SilviaSto/My-Reads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

Project of the Udacity Frond-End Developer Nanodegree.

This is a bookshelf app that allows users to select and categorize books they have read, are currently reading, or want to read. On search page users can search for books by title or authors names.

In this project I use the starter template, which provides a static example of the CSS and HTML markup, but without any of the React code that is needed to complete the project.

The goal is to be added interactivity to the app by refactoring the static code.

Instructions

  • download or clone this project
  • install all project dependencies with npm install
  • start the development server with npm start

Backend Server

To simplify the development process, a backend server is provided to develop against. The provided file BooksAPI.js contains the methods needed 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.

About

Project #7 FEND Udacity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published