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.
- Clone this repository.
git clone https://github.com/salgadopietrini/favorite-picker.git
- Run
npm install
. - 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.