/my-reads

React single-page book reading application

Primary LanguageJavaScript

MyReads

A single page book tracking react application bootstrapped with Create-React-App.

There are three shelves

  • CurrentlyReading
  • Want to Read
  • Read

and a Search Page where you can add new books or alter the shelf of books already on your shelves. The search page is keyword driven - the terms can be viewed here

There are two routes

  • /
  • /search

Two commands to run the app

npm install
npm start

Create React App Docs

This project was bootstrapped with Create React App. You can find their guide here.