/myReads

Primary LanguageJavaScript

MyReads Project 📚

This is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that persist information as you interact with the application.

Screenshots

Home Homepage

Search Page Search Page Search Page

Results after changing shelf Search page to Home

Features

  • Modify the classification of a book shelf using a [select item]
  • We use useState Hooks to perform component states
  • Search for a book by term (see list at SEARCH_TERMS.md)
  • React Router
  • useEffect Hoooks to perform side effects of components

Fonts

https://reactjs.org/ https://reactrouter.com/ Udemy React Nanodegree Program class notes