This app is from the Udacity's front end nanodegree building with react program. It uses react js, html and css to create a responsive app that shows a list of books and allows the user to search through them.
clone the current repository through your terminal: git clone https://github.com/MariaMich/reactnd-project-myreads-starter
install all project dependencies with npm install
start the hosting server with npm start
Here is a video guide on how to set up the react js environment on your personal machine:
https://www.youtube.com/watch?time_continue=70&v=z-vLtsKvp_4
Feel free to contribute as soon as your code is organised and with appropriate comments that explain its functionality.