Skip to content

Code submission for the final project of Udacity's React Fundamentals course. A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

Notifications You must be signed in to change notification settings

iaguest/reactnd-project-myreads

 
 

Repository files navigation

MyReads Project

This is my code submission for the final project of Udacity's React Fundamentals course.

The MyReads application is a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

Building from the static example in the project starter template, I have added the React code necessary to make the application fully interactive, coupling it to the backend server that was provided for me to develop against.

Installation and start up

To test the application:

  • install all project dependencies with npm install
  • start the development server with npm start

Screenshots

Bookshelf

Alt text

Search

Alt text

About

Code submission for the final project of Udacity's React Fundamentals course. A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.8%
  • CSS 20.2%
  • HTML 8.0%