Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (34 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (34 loc) · 1.2 KB

MyReads

Check out MyReads at here

Table of Contents

Description

In MyRead app, user can select and categorize books in this app's bookshelf. This application utilizes Udacity's Book API to get the books. This app also has search functionality to search the book. Use SEARCH_TERMS.md for searching keywords

Technology Used

This application is mainly built with React.js

Preview

Preview Preview

Prerequisite

  • You must have Node.js installed on your computer

Installation

  1. Clone the repo
git clone https://github.com/DIlkhush00/MyReads
  1. Run the following Command in terminal to install necessary dependencies
npm install
  1. Finally, run the following command
npm run start
  1. Your application should be running on http://localhost:3000/