项目作者: prpwien

项目描述 :
Udacity - React Nanodegree Project 1: React Fundamentals
高级语言: JavaScript
项目地址: git://github.com/prpwien/udacity-project-myreads.git
创建时间: 2021-05-05T10:25:50Z
项目社区:https://github.com/prpwien/udacity-project-myreads

开源协议:

下载


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.