@@ -21,7 +21,7 @@ A single-user application for ranking and tracking job openings using weighted s
2121
22223 . Run migrations:
2323 ``` bash
24- bunx drizzle-kit migrate
24+ bun run db: migrate
2525 ```
2626
27274 . Start the development server:
@@ -33,14 +33,23 @@ A single-user application for ranking and tracking job openings using weighted s
3333
3434## Features
3535
36- - Add and manage job openings with detailed information
36+ - Add and manage job openings with compensation, work location, and detailed descriptions
37+ - Rate jobs across 13 criteria (impact, compensation, culture, growth, etc.)
38+ - Mark standout opportunities with a "wow factor" flag
3739- Create custom scoring formulas with weighted criteria
38- - Rank jobs based on selected formula
39- - Track application status
40+ - Rank and filter jobs by formula score, country, track, and wow status
41+ - Track application status through 7 stages (not applied, applied, interviewing, offer, rejected, ghosted, dumped)
42+ - Add notes to any job opening
43+ - Paste HTML job descriptions — automatically converted to Markdown
44+ - Back up and restore the database (` bun run db:backup ` / ` bun run db:restore ` )
4045
4146## Tech Stack
4247
4348- Bun + TypeScript
4449- React Router v7
4550- PostgreSQL + Drizzle ORM
4651- shadcn/ui + Tailwind CSS
52+
53+ ## Landing Page
54+
55+ See the project landing page at [ danbim.github.io/application-tracker] ( https://danbim.github.io/application-tracker/ ) .
0 commit comments