A personal project to easy keep track of job applications while looking for a full time roles as a Grad student.
Stack Used:
- node js
- typescript
- express
- mongodb
- 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.
- Clone the repo
- Install docker
- Checkout the branch dockerize-app
git checkout dockerize-app
- Follow further instructions in the README.md of the branch
- Clone the repo
- Install npm
- To start the server, go to the folder server, install the dependency and start the server
cd server
npm install
npm run start
- To start the client, go to the foler client, install the dependency and start the server
cd client
npm install
npm run serve
- Go to the localhost:8080 for your application and start saving your job applications.
- 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.
- Edit existing status and pending items by clicking on them.
- Update the application, or add new pending/status update by editing or delete them using delete icon.
- click on star icon to star or remove a star.