Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 812 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 812 Bytes

favorite-picker is an app that allows you to search, share, save and go to the selling page of your favorite books

Developed in group using react. It uses the google books API to search for all the necesary information regarding the books. It implements a global state to manage the data using Context, in order to be able to maintain the information even when navigating through different pages with ReactRoute. It uses Material UI for all the stylings.

alt text

How to use

  1. Clone this repository.
git clone https://github.com/salgadopietrini/favorite-picker.git
  1. Run npm install.
  2. Run npm start. The command will start a local live server. Open (http://localhost:3000/) in your browser, if the tab doesn't open automatically.