Skip to content

hkfrei/reactnd-project-myreads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyReads Project

My Version of the "MyReads" project which is part of the React Nanodegree at UDACITY.

Getting Started

You can get a local copy of the project by running this command on your console:

git clone https://github.com/hkfrei/reactnd-project-myreads.git

After that, you should have a new directory named "reactnd-project-myreads". Enter it by typing... cd reactnd-project-myreads.

Prerequisites

The project needs the package manager Node or Yarn.

Installing

While in the newly created "reactnd-project-myreads" folder, install all the dependencies.

yarn install

or

npm install

Inside the newly created project, you can run some built-in commands:

npm start or yarn start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.

The page will automatically reload if you make changes to the code.
You will see the build errors and lint warnings in the console.

Running the tests

Currently no tests are defined. If you define tests you can run...

npm test or yarn test

Coding style

The code was formatted using the prettier code formatter and it's default settings.

Build

npm run build or yarn build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
By default, it also includes a service worker so that your app loads from local cache on future visits.

Your app is ready to be deployed.

Built With

Contributing

This is just a project for completing the React course. Contributing is not possible.

Authors

Acknowledgments

  • UDACITY for the starter template and the backend server.

About

An interactive bookshelf

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published