2 min read
Job Portal App

Job hunting apps are usually terrible. So I made one that isn’t.

Simple concept: employers post jobs, people apply for them. But actually make the experience not painful for everyone involved.

What makes it different

  • Clean interface that doesn’t hurt your eyes
  • Search that actually works
  • Apply without uploading your resume 47 times
  • Employers can actually manage their listings

Built with Flutter

Works on both iOS and Android because writing code twice is dumb. Dart is pretty nice to work with, and the hot reload keeps you sane while building UI.

The app handles:

  • Job browsing and filtering
  • Application management
  • Employer dashboard
  • User profiles

Nothing revolutionary, just done right.

Source code