Skip to content

ap766/Jobflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jobflow

With this application, users can easily organize and track their job applications, ensuring a streamlined and efficient job search process.

Tech Stack

  • Frontend - Reactjs,HTML,CSS
  • Backend - Nodejs,Expressjs,Mongodb

Features

1) Home Page

It contains the information about the application image

2) User registration and login

Registeration and Login using password which is hashed using bcrypt library and stored in the database image

3) Kanban Board to track overall application progress

Created using react-beautiful-dnd you can move your application to the respective column based on its status image

4) Add new Board for your Job/Internship Search! - Double Click to open other boards

Create a new board when you begin your search .Double click and view your previous boards. image

5) Add new job/internship applications with details ,link. - Use + button to add and double click to edit the details

Click the + button to add a new job to the respective column and furthur edit it by double clicking on it image

6) Set reminders for important dates and times

Use the calender to remember important dates and times image

7) Update application status by dragging it to the Applied,Rounds/Interviews,Final columns

Move it to be the respective column image

8) Set Desktop Notifications so you dont miss any round! Also add notes - mentioning what it is along with the actual scheduled time

Click on the button at the top right if you wish to recieve notificatons for that particular board image

9) Edit or delete boards,applications

Deleted one job

Click on delete option image

Editing Board Title - Single Click to Edit Board!

image

Working on

  • Search and filter applications
  • Using this application through Telegram

Future

  • Project can be furthur enhanced by helping users with their resumes by having a resume creator
  • Using NLP to analyse how sutiable the resume is for the JD
  • Web Scrapping for finding relevant jobs as per our interest
  • Filling all details necessary for job which can be entered in any online job application using the Chrome Extension
  • Bot on the website to help with general advise related to jobs/internships

How to run

To run Backend

Navigate to the project directory:

cd backend

Install dependencies using npm:

npm install

To start the Dimensioning Backend in development mode, execute the following command:

npm run dev

To run Frontend

Navigate to the project directory:

cd Frontendd

Install dependencies using npm:

npm install

To start the Frontend:

npm run start