Skip to content
This repository has been archived by the owner on Jul 13, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (14 loc) · 770 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 770 Bytes

MyReads Project

A bookshelf app that allows you to select and categorize books you have read, are currently reading, or want to read.

Getting Started

Prerequisites

You will need to install either npm or yarn before installing this project.

Installing

  • install all project dependencies with npm install or yarn.
  • start the development server with npm start or yarn start.

Contributing

See CONTRIBUTING.md for information.

Acknowledgments

This project was built from Udacity's Starter Code for the React MyReads Project.

Authors