andrewShillito / my-reads

React single-page book reading application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

React single-page book reading application


Languages

Language:JavaScript 77.4%Language:CSS 15.0%Language:HTML 7.6%