๐Ÿ“ฆ sahkal / Digital_Library

Digital Library, for maintaining the Books reading, read and to read.

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching โš–๏ธ MIT License
๐Ÿ“ฅ Clone https://github.com/sahkal/Digital_Library.git
HTTPS git clone https://github.com/sahkal/Digital_Library.git
SSH git clone git@github.com:sahkal/Digital_Library.git
CLI gh repo clone sahkal/Digital_Library
Sahkal Poddar Sahkal Poddar Delete empty c7b0377 7 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ public
๐Ÿ“ src
๐Ÿ“„ CONTRIBUTING.md
๐Ÿ“„ LICENSE
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ SEARCH_TERMS.md
๐Ÿ“„ README.md

MyReads Project

This a starter Project for Udacity React course.

TL;DR

To get started developing right away:
  • install all project dependencies with npm install
  • start the development server with npm start

Backend Server

To simplify your development process, we've provided a backend server for you to develop against. The provided file BooksAPI.js contains the methods you will need to perform necessary operations on the backend:

getAll

Method Signature: ``js getAll() ` * Returns a Promise which resolves to a JSON object containing a collection of book objects. * This collection represents the books currently in the bookshelves in your app. ### update Method Signature: `js update(book, shelf) ` * book: containing at minimum an id attribute * shelf: contains one of ["wantToRead", "currentlyReading", "read"] * Returns a Promise which resolves to a JSON object containing the response data of the POST request ### search Method Signature: `js search(query) ` * query: `
  • Returns a Promise which resolves to a JSON object containing a collection of a maximum of 20 book objects.
  • These books do not know which shelf they are on. They are raw results only. You'll need to make sure that books have the correct state while on the search page.
sample image 1 sample image 2

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

Contributing

All Rights Reserved to https://github.com/sahkal For details, check out CONTRIBUTING.md.