Skip to content

MyReads project, create a bookshelf app that allows you to select and categorize books you have read.

Notifications You must be signed in to change notification settings

musaab-abdalla/frontend-nanodegree-reactnd-project-myreads

 
 

Repository files navigation

MyReads Project

Overview

In the MyReads project, you'll create a bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read. The project emphasizes using React to build the application and provides an API server and client library that you will use to persist information as you interact with the application.

Getting Started

Requirements

This project will be evaluated by a Udacity code reviewer according to the MyReads: A Book Lending App project rubric.

  • Application Setup.
  • Main Page.
  • Search Page.
  • Routing.
  • Code Functionality.

Instructions

How to setup the app locally'?'

Locally

1. Clone this repo:

git clone https://github.com/musaab-abdalla/reactnd-project-myreads-starter.git

2. After cloning this repository, go inside the directory reactnd-project-myreads-starter

3. Once inside the main directory install all the dependencies with

npm install

4. After you have installed all the dependencies you just need to start the app

npm start

Your App should be running in

http://localhost:3000

Create react app

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

Style Guides

Make sure your code adheres to our HTML, CSS, JavaScript, and Git style guidelines

  • HTML Style Guide
  • CSS Style Guide
  • JavaScript Style Guide
  • Git Style Guide

About

MyReads project, create a bookshelf app that allows you to select and categorize books you have read.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.1%
  • CSS 27.7%
  • HTML 9.2%