Skip to content

yaunghein/Joby

Repository files navigation

Joby - The Job Tracking Web App

I'm learning Express with a Udemy course, and the instructor builds only the API. I made some modifications to the API, and as a frontend guy, I design a frontend using Figma, and build it myself using SvelteKit. So, This is my first ever app handling both frontend and backend on my own with SvelteKit, Tailwind, Express and MongoDB.

Dashboard

Developing

- yarn
- yarn dev

# to start the server and open the app in a new browser tab
- yarn
- yarn dev -- --open

# to start the server on the network for mobile preview
- yarn
- yarn dev -- --host

Building

- yarn build

# to preview the production build
- yarn preview

What I built

  • A small landing page for the app
  • Login/Logout functionality with JWT
  • CRUD applied jobs
  • Filter based on status, and search.
  • The timeline for the past jobs as well as the current jobs
  • User Avatar Upload to Cloudinary

Futher Learning & Development

  • Custom Datepicker (DONE)
  • Email confirmation (DONE)
  • Reset/Forgot password (DONE)
  • Settings

If you'd like to talk, you can contact me here: https://www.linkedin.com/in/yanaunghein/