Skip to content

fxisco/reactnd-project-myreads-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Reads

Project forked from reactnd-project-myreads-starter

This is a book lending app that allows you to pick for a book and categorize it in three sections: Currently reading, want to read and read.

It is possible to see also the books page, rating and authors.

This project is a prerequisite for the React Nanodegree Program. Find more info here.

Project structure

Project
├── CONTRIBUTING.md - Information about contributing to this repo.
├── .gitignore
├── package.json - npm package manager file.
├── public
│   ├── favicon.ico - App icon.
│   └── index.html - DO NOT modify.
├── README.md - This file.
├── SEARCH_TERMS.md - The whitelisted collection of available search terms for you to use with your app.
└── src
    ├── App.js - This is the root of your app.
    ├── App.test.js - Used for testing. Provided with Create React App.
    ├── components - Components used on App.
    ├── constants.js - Constants: common used variables.
    ├── helpers - Helpers: common used operations
    ├── icons - Icons used on app.
    ├── index.js - You should not need to modify this file. It is used for DOM rendering only.
    └── styles - Styles used on project.

Installation

You’ll need to have Node >= 6 on your machine

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

To install all dependencies run: npm install

To run project after installing dependencies: npm run start

About

Starter Code for the React MyReads Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.5%
  • CSS 18.3%
  • HTML 6.2%