Skip to content

Files

Latest commit

 

History

History
34 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

34 lines (21 loc) · 1.43 KB

MyReads Project

This project is my final project for Udacity Nanodegree Second Module React Fundamentals (Fundamentos do React)

The goal for this project is create an app using React with the follow requisits:

  • It must to have a front page with my current list of books separeated with the following structure:
    • Currently Reading
    • Want to read
    • Read
  • Also it must to have a Page where I can search the books from a provided API
    • It must to use the searching terms to filter results from the API and return a list of books
    • It must to include the Shelf the book is included if the book is already inserted in one of my current books list
  • It must to allow moving book between my current books lists, and include new books from the Search in my current books lists

Requirements

You must to have node.js installed in order to install and run this app. If you don't you can find it here

Installation and Start instructions

To install al requirements from this app, go to the root path of the app, and run:

yarn install or npm install

To run the app:

yarn start or npm start

Create React App

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