/Myreads

My first ReactJS App

Primary LanguageJavaScript

React Nanodegree Program

My Reads Project

Example GIF

This is an ReactJS application to help you keep track of your books. You have three shelfs:

Want to Read
Currently Reading
Read

You can search on Google Books and add your favourite books. Please refer to the SEARCH_TERMS file for allowed terms.

This project demonstrates the understanding of props, states, components, JSX, AJAX, and ES6/ES2015.

  • To load it directly in the browser, click here.

To load it in your local machine:

  • Install node.js if you don't have it. You can download it here.
  • To get started, clone this repo and cd into the folder.
  • git clone https://github.com/Reinaldooo/Myreads.git
  • cd Myreads/
  • npm install to install the dependencies.
  • npm start to start the app. If you have Yarn installed, you can run yarn start
  • This will start the app in your default browser at: localhost:3000 --
Reinaldo Trindade - Web Developer