christocarr / my-reads

React app to manage books in a virtual bookcase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Reads App

The seventh project in Udacity's Frontend Nanodegree which is a virtual bookcase. The app allows its users to add books to shelves; currently reading, want to read, and read. The project makes use of React and react-router.

Getting Started

  1. Download or clone repo
  2. npm install to download any dependancies
  3. Run the app using npm start
  4. The app will run at: localhost: 3000

Backend Server

A backend server is provided in the location scr/BookAPI.js which also contains the methods needed to fecth the required assets.

About

React app to manage books in a virtual bookcase.


Languages

Language:JavaScript 77.0%Language:CSS 13.5%Language:HTML 9.5%