Developed as a part of CS 816 - Software Production Engineering course.
git clone [email protected]:agam-kashyap/review-portal-frontend.git
cd review-portal-frontend
npm install
http://52.158.131.5
npm run build
npm start
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
Landing Page(Dark) | Edit Review(Light) |
---|---|
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.