Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 935 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 935 Bytes

Introduction

This is a library application that allows the end user to keep track of their own books. The application accepts a ten digit ISBN as input, fetches the information using a web service and stores that information in persistent storage. The list is then displayed to the user with the option to remove the book from their collection. This is implemented as a single page application providing the user with a seamless and snappy experience.

Goal

The goal is to develop a new front-end using the React framework in order to compare and contrast with other JavaScripot frameworks.

Technologies Used

  • MongoDB
  • React.JS
  • Express.JS
  • Node.JS
  • JavaScript
  • Bootstrap v4
  • Node Package Manager
  • Bower

Installation

Node.JS Application

In the root directory:

> bower install
> npm install
> npm start

Navigate to localhost:3000

Note: It is assumed that there is a MongoDB instance running locally.