Coder Social home page Coder Social logo

reactnd-project-myreads's Introduction

MyReads Project

This is a Bookshelf Project for React Fundamentals course's assessment for Udacity's React React Nanodegree

This App allows you to select and categorize books you have read, are currently reading, or want to read.

Table of contents

Demo

For a demo, check out https://my-reads-3a074.firebaseapp.com/

Quick Start

  • install all project dependencies with npm install
  • start the development server with npm start

Documentation

Source Code Structure

├── README.md
├── LICENSE
├── SEARCH_TERMS.md 
├── package.json
├── firebaserc. 
├── firebase.json  
├── public
│   ├── favicon.ico
│   └── index.html
└── src
    ├── action
    │   └──BooksAPI.js
    ├── icons 
    │   ├── add.svg
    │   ├── arrow-back.svg
    │   └── arrow-drop-down.svg
    ├── index.css 
    ├── index.js
    ├── logo.svg
    ├── serviceWorker.js
    └── components
       ├── App.css
       ├── App.js 
       ├── App.test.js 
       ├── book
       │   ├── Book.js
       │   └── StateChanger.js
       ├── myReadList
       │   ├── MyReadList.js
       │   └── BookShelf.js
       └── searchBooks
           ├── SearchBar.js
           └── SearchBooks.js

App Functionality

In this application, the main page displays a list of "shelves" (i.e. categories), each of which contains a number of books. The three shelves are:

  • Currently Reading
  • Want to Read
  • Read

Each book has a control that lets you select the shelf for that book. When you select a different shelf, the book moves there. Note that the default value for the control should always be the current shelf the book is in.

reactnd-project-myreads's People

Contributors

cdsleaf avatar dependabot[bot] avatar

Watchers

 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.