Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Responsive web application that allows users to select and categorize books into a virtual bookshelf. Leveraged React to support a dynamic user interface that interacts with an API server and client library.

Notifications You must be signed in to change notification settings

ZakLaughton/myreads

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads

This is a web application that tracks a list of books according to whether you have read them, want to read them, or are currently reading them

Prerequisites

This project requires node package manager.

Installing

  1. Install node dependencies
    npm install
    
  2. Start the application
    npm start
    

Once started, the application will be served at localhost:3000 (the webpage should open automatically on start)

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.

Built With

Authors

About

Responsive web application that allows users to select and categorize books into a virtual bookshelf. Leveraged React to support a dynamic user interface that interacts with an API server and client library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 67.4%
  • CSS 23.0%
  • HTML 9.6%