leonelmeque / myreads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyReads Project

This was my first project I did when I enrolled in the udacity React course, the idea of this application is to add books in to a user book shelf and the shelf has 3 sections(Want to read, Currently reading, Read), the user can also explore new books and add new books to the shelf when he wants using the explore page.

How To start

To start this project:

  • Download the project and export the files
  • install all project dependencies with npm install
  • start the development server with npm start
  • Or you visit this link to access the app : https://myreadsshelf.netlify.app/

Backend Server

All Books are fecthed using a BookAPI that was given by Udacity to make the development easier and ready to start coding the app.

Technologies Used

This app was develop with React.

Create React App

This project was bootstrapped with Create React App. You can find more information on how to perform common tasks here.

About


Languages

Language:JavaScript 69.1%Language:CSS 25.2%Language:HTML 5.7%