peternguyen777 / fem-devjobs

Devjobs website with Post Job form and approval via CMS.

Home Page:https://fem-devjobs.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

NextJS / TailwindCSS / Sanity CMS / React Hook Form + Yup / Next Theme


This project started as front-end challenge and the aim was to create a responsive mobile-first devjobs dashboard. With performance in mind, NextJS is used for its dynamic routing capability, allowing for multiple permutations of job listings with Static Site Generation.

Sanity - a Headless CMS (Content Management System) - is used to host the job data in the back-end, allowing a no-code interface for approving and editting job posts. The application allows anyone to post a job directly through a front-page modal. This form is validated with React-Hook-Form and Yup before being sent to Sanity via NextJS' API routes. Then the job post is reviewed by an administrator using Sanity studio before being approved to appear on the front page.

One challenging aspect of the app was the integration of a dark-mode toggle, integrating both the system dark mode as default, whilst allowing for manual toggling. Using the Next-Theme custom hook, the application is rehydrated to preserve the state of the toggle upon page reload.

alt text alt text

About

Devjobs website with Post Job form and approval via CMS.

https://fem-devjobs.vercel.app


Languages

Language:JavaScript 97.7%Language:CSS 2.3%