Phenoo / Talentplus-interview

This is an interview project for Talentplus company

Home Page:https://sultan-interview.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Talentplus Interview is a web application that helps employers to manage job interviews and candidate profiles. The application is built using Nextjs and Sass

**Figma Link: https://www.figma.com/file/efaADvQRuRa9E7GOp8MvP3/Techtime?node-id=1476-4&t=VHRmozWFXpAY898w-0

Technologies

Front end:

  • Nextjs
  • Framer motion (for animations)
  • SCSS

Running project 🚀

The repo has one branch:

main: This holds the front end React code.

**Clone the main branch

git clone https://github.com/Phenoo/Talentplus-interview/ Run the front end using npm

npm install && npm run dev

Deployment

To deploy the application, you can use a hosting service such as Vercel or Heroku. Both of these services have built-in support for Next.js applications.

To deploy to Vercel, simply push your code to a Git repository and connect it to Vercel. Vercel will automatically build and deploy your application.

To deploy to Heroku, first create a Heroku account and set up a new application. Then, follow the instructions in the Heroku documentation to deploy a Node.js application.

I used vercel, this is the live link: sultan-interview.vercel.app/

Docker

Following the instructions in the Dockerfile

we will first run the 'docker build -t project-name ./'

then run the 'docker images' to see if it is running in our container

then run the 'docker run -p 3000:3000 project-name' to start the app.

Thank you!

About

This is an interview project for Talentplus company

https://sultan-interview.vercel.app/


Languages

Language:JavaScript 70.5%Language:SCSS 26.2%Language:CSS 2.2%Language:Dockerfile 1.0%