Skip to content

ahmadyousefdev/reactnd-project-myreads-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads React App

A Book Lending App

This is a project for React Nano Degree from Udacity which lets you organize your books in shelves.

Installation

To install this app, first you have to install the required packages, to do that write this command:

npm install

After that, you can run your app by writing this command:

npm start

Usage

Home page:

This app basically let you organize your books between three shelves:

  1. Currently reading
  2. Want to read
  3. Read

The homepage contains all your books.

To change the state of a book, you can simply click on the arrow icon in the corner bottom of any book and choose the new state

Adding a new book:

To add a new book, click on the plus icon in the right bottom corner, you will go to the search page.

Here you can find new books and putting them in your collection, to do that just type a word in the search box and you will find all the results. you can change the state of any book just like you did in the home page.

It is important to know that the search results are fixed and limited to a particular set of search terms, you can find a list of those search terms in SEARCH_TERMS.md .

Contributing

This repository is a fork from reactnd-project-myreads-starter for the first project purpose from react nano degree. I can't accept any contributions for this app.

licensing

This is an applic project for react nano degree , you can find it useful to understand this project and the flow of this app. Don't present this project as your own, just learn from it if you want and make something amazing!ation

About

Starter Code for the React MyReads Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.1%
  • CSS 20.5%
  • HTML 8.4%