Skip to content

Commit 369b0d2

Browse files
danbimclaude
andcommitted
docs: update README with current features, fix migrate command, add landing page link
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 588f3cd commit 369b0d2

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A single-user application for ranking and tracking job openings using weighted s
2121

2222
3. Run migrations:
2323
```bash
24-
bunx drizzle-kit migrate
24+
bun run db:migrate
2525
```
2626

2727
4. 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

Comments
 (0)