Skip to content

subzerocloud/my-way-track

Repository files navigation

MyWayTrack

Track your job applications privately

This is an app that allows you to track your job applications privately. I's built using the subZero stack. The data is stored locally in your browser using SQLite. Although there is a logical split between the frontend and the backend similar to a traditional web application, the backend code (server.ts) is running in the browser as a Web Worker and all the requests made by the frontend code are intercepted by a service worker and routed to the worker running the backend code.

We call this "server free" architecture.

A live version is deployed at https://my-way-track.vercel.app/.

To run it locally, clone the repo and run npm install followed by npm run dev.

About

App for privately tracking job applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published