Skip to content

ahmedwassef/Udacity-MyReads-A-Book-Lending-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads App

Web application that allows you to select and categorize books you have read, are currently reading, or want to read.

Installation

React requires Node.js to run.

Install the dependencies and devDependencies and start the server.

Open your favorite Terminal and run these commands.

First Step : Clone the project

git clone https://github.com/ahmedwassef/Udacity-MyReads-A-Book-Lending-App

Second Step : install node modules

npm install

Third Step : start serving the project

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Project structure

  • src/Routes - Contains all App routes
  • src/Pages - Contains all Pages that render by react routers
  • src/Services - Contains all API Services
  • src/Components - Contains all used components in the Application .
  • src/Assets - Contains all the Assets like styles and icons

other sources

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published