https://github.com/nicolassutter/jobbies
A job application manager and tracker.
https://github.com/nicolassutter/jobbies
Last synced: 20 days ago
JSON representation
A job application manager and tracker.
- Host: GitHub
- URL: https://github.com/nicolassutter/jobbies
- Owner: nicolassutter
- Created: 2025-01-22T17:23:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-05T10:02:08.000Z (over 1 year ago)
- Last Synced: 2026-03-31T05:38:42.162Z (4 months ago)
- Language: TypeScript
- Homepage: https://jobbies-app.netlify.app/
- Size: 702 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A job application manager and tracker.
## Features
- User account (registration disabled) and demo acount open to the public (credentials displayed on the login page)
- Add and edit job applications
- Add a status, description and url to each application
- Get statistics based on your applications
## Stack
### Frontend
- React with the React compiler
- @tanstack/react-query and @tanstack/react-router
- TypeScript
- Tailwind CSS
- Vite
- Zod and tRPC
- shadcn/ui for the amazing components
### Backend
- Pocketbase for auth
- h3 and tRPC with zod for custom endpoints
- SQLite for the database
### Hosting
- The demo is hosted on my home server but it can run wherever with Docker