Skip to content

SidecarMaster/MyReads_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads

MyReads is a book lending app that allows users to select and categorize books they have read, are currently reading, or want to read. Users can also search for books to add to their library.

The project is build using React and data is persisted by the backend server.

View the live app here.

Getting Started

$ git clone https://github.com/willshu2049/MyReads_App
$ npm install
$ npm 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.

Contributing

Feel free to submit a pull requests! How To Contribute:

  • fork this project
  • create a descriptive branch name
  • make all changes on this branch
  • push this branch to your fork
  • submit a pull request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published