Skip to content

gretagr/UDACITY-myReadsApp

 
 

Repository files navigation

My Reads App

About

  • This repository contains a MyReads app made for Udacity's Front-End Developer Scholarship by Google.

  • Uses starter code provided by Udacity.

Assignment - create react.js app which displays a list of books that are sorted into three shelves: 'want to read', 'currently reading' and 'read'. App also has a search page, which allows users to search and select books for his collections. Both pages show a control (tied to each book instance) that allows users to move books between shelves.

Instructions

  • The application was created with create-react-app.

Steps to run locally

  • Clone/Download repository to your computer.
  • in project directory run npm install and npm start to install and launch the application.

Dependencies

About

Starter Code for the React MyReads Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.3%
  • CSS 20.4%
  • HTML 7.3%