prpcodes / udacity-project-myreads

Udacity - React Nanodegree Project 1: React Fundamentals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads Project

This is the first assessment project for Udacity's React Fundamentals course. The goal of this project is to create a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.

Demo: https://myreads-prpwien.netlify.app/

Netlify Status

TL;DR

To get started right away:

  • install all project dependencies with npm install
  • start the development server with npm start
  • go to http://localhost:3000/

What You're Getting

Project image How to use state

Important

The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.

Contributing

This repository is the code for my Udacity project. Therefore, I most likely will not accept pull requests.

About

Udacity - React Nanodegree Project 1: React Fundamentals


Languages

Language:JavaScript 70.5%Language:CSS 21.2%Language:HTML 8.3%