Git Product home page Git Product logo

react_myreads's Introduction

##Udacity Project Features

Main Page

  1. The main page shows 3 shelves for books.
  2. The main page shows a control that allows users to move books between shelves. The control should be tied to each book instance.
  3. When the browser is refreshed, the same information is displayed on the page.

Search Page

  1. The search page has a search input field. As the user types into the search field, books that match the query are displayed on the page.
  2. Search results on the search page allow the user to select “currently reading”, “want to read”, or “read” to place the book in a certain shelf.
  3. When an item is categorized on the search page, and the user navigates to the main page, it appears on that shelf in the main page.

Routing

  1. The main page contains a link to the search page. When the link is clicked, the search page is displayed and the URL in the browser’s address bar is /search.
  2. The search page contains a link to the main page. When the link is clicked, the main page is displayed and the URL in the browser’s address bar is /.

Core Functionality

  1. Component state is passed down from parent components to child components.
  2. The state variable is not modified directly - setState() function is used correctly.
  3. Books have the same state on both the search page and the main application page: If a book is on a bookshelf, that is reflected in both locations.
  4. All JSX code is formatted properly and functional.

Extra Features

  1. Book description is available by API call through the book cover image
  2. Books can be transfer from each shelves by the use of detailed view

create-react-app

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

Installation Instructions

  1. Clone the repo from the following git repo address
  2. Run the command "npm install" at the root folder to install the project dependencies
  3. Go to the root folder and enter "npm start" to start the project

react_myreads's People

Contributors

steelwolf180 avatar richardkalehoff avatar forbiddenvoid avatar thalescomp avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.