This repository was archived by the owner on Dec 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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.
Panorama Application has the following web pages:
- Landing Page
- Sign In
- Sign Up
- Forgot Password
- Update Password
- Album
- Upload Photos
- Download Photos
- Node 14.15.5
- All node modules listed in
package.json
Navigate to the react-ui directory and execute the following command:
npm install
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
Milestones