Welcome to Applied, the app that makes it simple to track your job applications.
If you would like to use the live version of the app, please visit this link www.appliedjt.com
- Applied allows for quick and safe signup/login so that you can keep track of your latest workouts via a Postgresql database.
- After signing up and logging in, simply click the
Add New Application
button to add your first application. - Track your applications by
Company Name
,Application Type
,Stack
, andProgress
. - You can easily edit or delete existing applications by clicking their respective buttons as well.
- On the right side of the screen you will see various in-depth statistics for your applications, including
Applications by Stack
andResponse Rates by Styles
. - Securely logout any time via the
Logout
button.
- Fork and clone the repo to your local machine.
- Create a .env file and declare a variable
PG_URI
with the assigned value of your Postresql connection string. - Then run
npm install
to install dependencies. - After that, simply run
npm run dev
to start in development mode. - Run
npm run build
andnpm run start
to start in production mode. - Run
npm run test
to run all unit tests.