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

DIlkhush00/MyReads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/