A simple Next app that requests a list of jobs and displays them.
Try it on https://job-board-next-ptrkc.vercel.app/
First, git clone
and cd
into the project folder, then
npm i
npm run dev
Open http://localhost:3000 with your browser to see the result.