Giter Site home page Giter Site logo

a-book-lending-app's Introduction

Introduction

For the brave souls who get this far: You are the chosen ones, the valiant knights of programming who toil away, without rest, fixing our most awful code. To you, true saviors, kings of men, I say this: never gonna give you up, never gonna let you down, never gonna run around and desert you. Never gonna make you cry, never gonna say goodbye. Never gonna tell a lie and hurt you.

Install and Run appliaction

  • Copy all requied files
  • install all project dependencies with npm install
  • start the development server with npm start

Shortly about files

├── README.md - This file. ├── package.json # npm package manager file. It's unlikely that you'll need to modify this. ├── public │   ├── favicon.ico # React Icon, You may change if you wish. │   └── index.html # DO NOT MODIFY └── src ├── App.css # Styles for your app. Feel free to customize this as you desire. ├── App.js # This is the root of your app. Contains static HTML right now. Contener for all routes and place where are located all function for managment book's shelfs |── HomeList.component.js - contener for all shelfs |── Book.component.js - book model caintains redirect to preview book, book look and menu to move beetween bookshelfs |── CurrentlyReading.component.js - currently reading shelf |── Read.component.js - rad shelf |── WantToRead.component.js - WantToRead shelf |── SearchPage.component.js - Page with searching new books. |── BookPreview.component.js - it's book preview, view wchickh you get when you click on book ├── App.test.js # Used for testing. Provided with Create React App. Testing is encouraged, but not required. ├── BooksAPI.js # A JavaScript API for the provided Udacity backend. Instructions for the methods are below. ├── icons # Helpful images for your app. Use at your discretion. │   ├── add.svg │   ├── arrow-back.svg │   └── arrow-drop-down.svg ├── index.css # Global styles. You probably won't need to change anything here. └── index.js # You should not need to modify this file. It is used for DOM rendering only.

#my question I added some question in component's comment

  • BookPreview line 10
  • App.js lines 79-83

a-book-lending-app's People

Watchers

 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.