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
You must to have node.js
installed in order to install and run this app.
If you don't you can find it here
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
This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.