/ud-FEND-My_Reads_App

Udacity's FEND my reads app repo.

Primary LanguageJavaScript

Udacity FEND Project - My Reads (A book tracking app)

I made this project for my Front-End Web Development Nanodegree from Udacity.

How to run

  1. First, clone or download this project on your machine.
  2. Navigate to the root directory of the project.
  3. Run the command npm install to install the necessary dependancies. This will install everything using the package.json .
  4. Run the command npm start to start the server.

Dependencies

  • React library
  • JavaScript ES6
  • HTML5
  • CSS3

Author

Acknowledgements

BooksAPI.js was provided as part of Udacity's Front-End Web Development Nanodegree.

Contributing

  • First fork this repository and clone this project on your machine.
  • Make new features on your repo and submit pull request for that.