ec-miller / reactnd-project-myreads-starter

Udacity Front-End Nanodegree Project 6

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads App

Udacity Front-End Web Developer Nanodegree program

This app is Project 6 in the Udacity Front-End Web Developer Nanodegree program. In this project we were tasked with taking a static mockup of a website and turning it into an interactive SPA playground using React. Inside the app you can categorize books as "Currently Reading, "Want To Read", or "Read". You can also search for more books to add to the shelves using the plus icon in the lower right of the screen. Caching of your shelves data allows for your selections to be saved even if you navigate away from the page. Enjoy exploring the books!

How to Use

  1. Save a local copy with git clone https://github.com/ec-miller/reactnd-project-myreads-starter.git

  2. Install all project dependencies with npm install

  3. Start the development server with npm start

Technologies

  • React
  • JSX
  • React-Router
  • JavaScript (particularly ES6)
  • HTML
  • CSS

History

Repository created September 1st, 2018

Credits

Grow with Google and Udacity Front End Scholarship Program

Starter Template Here

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About

Udacity Front-End Nanodegree Project 6


Languages

Language:JavaScript 72.2%Language:CSS 19.6%Language:HTML 8.2%