Skip to content

A personal project to easy keep track of job applications while looking for a full time roles as a Grad student.

License

Notifications You must be signed in to change notification settings

apoorvyadav1111/job-hunt-sidekick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-hunt-sidekick

A personal project to easy keep track of job applications while looking for a full time roles as a Grad student.

Stack Used:

  1. node js
  2. typescript
  3. express
  4. mongodb
  5. vue & vuetify

Functionalities && Use Case: We can use excel for saving our progress. However, this app allows you to quickly search and have CRUD operations readily available. We can track progress of the job application easily along with pending tasks such as OA. Allows us to keep track of starred application and applications having pending items. With autocomplete feature, it allows adding a new application as fast as adding it to an excel file.

NEW: Run via Docker

  1. Clone the repo
  2. Install docker
  3. Checkout the branch dockerize-app
git checkout dockerize-app
  1. Follow further instructions in the README.md of the branch

Steps to Run

  1. Clone the repo
  2. Install npm
  3. To start the server, go to the folder server, install the dependency and start the server
cd server
npm install
npm run start
  1. To start the client, go to the foler client, install the dependency and start the server
cd client
npm install
npm run serve
  1. Go to the localhost:8080 for your application and start saving your job applications.
image
  1. Look for your past applications, star the ones which you want to quickly access, look at the applications which have pending tasks such as OA, follow up, documentation update etc.
image
  1. Edit existing status and pending items by clicking on them.
image
  1. Update the application, or add new pending/status update by editing or delete them using delete icon.
image
  1. click on star icon to star or remove a star.

About

A personal project to easy keep track of job applications while looking for a full time roles as a Grad student.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published