Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.29 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.29 KB

selec. Frontend

Developed as a part of CS 816 - Software Production Engineering course.

CI Badge

Install

git clone [email protected]:agam-kashyap/review-portal-frontend.git
cd review-portal-frontend
npm install

Demo

http://52.158.131.5

Build Code

npm run build

Launch the frontend

npm start

Docker Development

docker pull keiserdocker/selec-frontend
docker build -t keiserdocker/selec-frontend:latest .
docker run -p 8080:80 keiserdocker/selec-frontend:latest

Find the docker image on https://hub.docker.com/r/keiserdocker/selec-frontend

UI Screenshots

Landing Page(Dark) Edit Review(Light)
Landing Page Edit Review

Disclaimer

The website was not developed keeping UI/UX in utmost concern. Please pardon if there are any overlapping cards or some horrible UI. However, if you want to contribute, hop on to the Issues tab create an issue and open a PR.