https://github.com/floony7/dev-jobs-website
A jobs website clone of Indeed for the purposes of practise using Next.js 14, server actions and Prisma.
https://github.com/floony7/dev-jobs-website
nextjs14-typescript prisma server-actions sqlite tailwindcss zod
Last synced: 3 months ago
JSON representation
A jobs website clone of Indeed for the purposes of practise using Next.js 14, server actions and Prisma.
- Host: GitHub
- URL: https://github.com/floony7/dev-jobs-website
- Owner: Floony7
- Created: 2024-01-15T16:24:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T17:46:13.000Z (over 2 years ago)
- Last Synced: 2024-01-31T19:30:24.056Z (over 2 years ago)
- Topics: nextjs14-typescript, prisma, server-actions, sqlite, tailwindcss, zod
- Language: TypeScript
- Homepage:
- Size: 249 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
## Indeed-like jobs website
This basic design is a prototype of the Indeed jobs website. Indeed is an interesting site, as it represents a very minimalist design yet it does everything a candidate or job poster would want.
I have left out auth for this design as I wanted to focus on sketching out the design in Tailwind and providing basic backend support for posting jobs (Prisma / SQLite).
A production site would include full models for candidates, auth, jobs, and additional functionality for recruiters. I would also substitute the SQLite database for PostgreSQL.