Skip to content

sandgupta23/vanhackathon-chrome-extension

Repository files navigation

Info: This project was created as a part of 5 Day Hackathon organized by VanHack and won top spot among 700+ projects. I dont plan to maintain it in future, however feel free to fork it and improve as you wish.


Note: this is frontend repo. Backend repo is here. Product hunt link here

VanHack quick-acess chrome Extension

VanHack quick access is a chrome extension that will allow you to easily access job update, track, accept or reject events and get realtime notification. You can apply to jobs, check and update event in no time!

Link to chrome webstore

Problem details

This Project is made to solve two problem mentioned in the prep kit:

  1. Surprise Us - A quick an easy way to access job and get realtime notifications for job updates.
  2. Calendar Page - Please checkout Events tab in extension.

Motivation

As a VanHack user, I have experienced that to stay up to date with status of job applications, new Job and event I need to regularly keep checking the site or my email. Its quite tedius and sometimes impractical, like when I am at workplace. The goal of this extension is to put most common functionalities of the site (like Job listing, Job application, notification) just a click away.

Tech stack

  1. Angular 8
  2. NodeJs
  3. NestJs
  4. MongoDB
  5. Socket.io
  6. Typescript

Other libraries:

  1. ngx-loadify (my own library)
  2. ng-clickoutside
  3. ng-zorro

Running the project

Simply go to chrome webstore and install extension: link

OR

To test locally:

Fronted:

  1. Clone this project and run npm i && ng build --watch
  2. Open Chrome browser
  3. go to chrome://extensions
  4. Turn on developer mode
  5. Click on Load Unpacked. A file dialog will open up.
  6. Select folder named: CHROME_EXTENSION
  7. Click on VanHack icon to run the extension.

Backend:

  1. Clone backend repo found here
  2. run npm install
  3. run npm start

About

A chrome extension for VanHack users to easily access job, events and notifications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published