Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Front End

surajp28 edited this page Feb 22, 2021 · 2 revisions

Front End UI is created using Bootstrap and ReactJS. We have created a responsive and interactive UI, which is elegant in design and user-friendly.

Functionalities

Panorama Application has the following web pages:

  1. Landing Page
  2. Sign In
  3. Sign Up
  4. Forgot Password
  5. Update Password
  6. Album
  7. Upload Photos
  8. Download Photos

Installation

Software Requirements

  • Node 14.15.5
  • All node modules listed in package.json

Install required modules

Navigate to the react-ui directory and execute the following command:

npm install

Execution

This will install all the necessary modules under the folder node_modules/ Next, you would need to start the server where the application would be running. You can do this using the script provided with the package.json which is executed as follows:

npm start

This would start the application

Clone this wiki locally