Skip to content

MyReads is final project for the first module of Udacity React Nanodegree, the goals is create a list of the books in my list of interest, from a API search, and move then between my lists (Currently Reading, Want to Read and Read), more in README file

Notifications You must be signed in to change notification settings

aribeiro/myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MyReads is final project for the first module of Udacity React Nanodegree, the goals is create a list of the books in my list of interest, from a API search, and move then between my lists (Currently Reading, Want to Read and Read), more in README file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •