Skip to content

Ayush-singla27/SIH-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Features

1. User Register and Login, the encrypted password is stored in the database.

register

login

2. User can enter the skills they have acquired, they can update as and when they like. Their userId is uniquely stored in MongoDB which fetches their details.

ski

3. Using a custom algorithm which searches for the required job titles in multiple domains from a huge dataset, we recommend them jobs based on the location entered.

1

4. User can edit their profile with the following form and can upload their image as well.

edit

  • The below form is taken as input from the user asking about their job details, current and previous jobs.

3

5. This form is for the job satisfaction index of the user.

4

6. The data collected from the forms is used to plot a graph which compares their previous jobs to the current one and in process gets them a salary satisfaction index as well which is calculated through our algorithm.

5

7. Besides this our website is friendly for people who aren't really verse with technical skills. This feature allows the user to search the jobs via images.

6 7

How to Run

  1. Clone the Repository in your Code Runner.
  2. Open two terminals one for Backend and one for Frontend.
  3. Run the command - change to directory from SIH-Project to FrontEnd and BackEnd in their respective terminals using the command :- cd FrontEnd :- cd BackEnd
  4. Run the command :- npm i for both the terminals.
  5. Then run the command :- npm run start for FrontEnd & :- nodemon server for BackEnd

If You are Mac useror windows is giving error just make the following change in the package.json file before running the above command :- "start": "set PORT=3006 && react-scripts --openssl-legacy-provider start" in the package.json file.

Website Link - https://frontend-sih.onrender.com

Explore our website and find yourselves a suitable job based on your skills.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 72.5%
  • CSS 16.5%
  • HTML 11.0%