Thanks to visit codestin.com
Credit goes to github.com

Skip to content

hugo-vila/myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

This is the project MyReads for Udacity's React Fundamentals course.

TL;DR

To get started developing right away:

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

What You're Getting

├── CONTRIBUTING.md
├── README.md - This file.
├── SEARCH_TERMS.md # The whitelisted short collection of available search terms for you to use with your app.
├── package.json # npm package manager file. It's modify by student.
├── 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.
    ├── 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.
    │   ├── arrow-back.svg
    │   ├── arrow-drop-down.svg
    |   ├── cancel.svg
    │   ├── logo.svg
    |   └── search-white.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.
    ├── App.js # Code created by student
    ├── ListBooks.js # Code created by student
    ├── SearchBooks.js # Code created by student

Node.JS Error: ENOSPC

See Increasing the amount of inotify watchers

Create React App

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

About

MyReads project from Udacity React Nanodegree Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •