urmee04 / Book-Tracking-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads: A Book Tracking App

A book tracking app created using React that allows user to manage books in three stages- "currently Reading", "want to Read", "Read".

To get started:

  • Copy the zip folder
  • Open a terminal in project directory
  • start the development server with npm start
  • App can be accessed at localhost:3000

Dependencies

  • React
  • npm
  • fonts.googleapis.com
  • BooksAPI.js contains the methods need to perform necessary operations on the backend:
  1. getAll
  2. update
  3. search

About