Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 493 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 493 Bytes

MyReads Project

This is the final assessment project for Udacity's React Fundamentals course. MyReads is a bookshelf application which permits you classify the books that you already read, that you are reading and that you want to read.

Features

  • Search for books or authors
  • Change book's bookshelf
  • Debounce at books search
  • User interaction feedback (alert)

Instructions

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