Please review my project



This content originally appeared on DEV Community and was authored by Jai Bhullar

I have used Nextjs and tailwind to independently complete the Devjobs project from Frontend Mentor. Is anybody able to take a look at project and/or code and give me any feedback? I am a learning.

Deployment: https://nextjs-devjobs.vercel.app/

Github: https://github.com/JaiBh/nextjs-devjobs

Figma: https://www.figma.com/design/h3TpBpLD7mAGDGDOdSQdNM/devjobs-web-app?node-id=0-1&t=HarRjLcCMcj1M8kA-1

Description: Small application displaying a list of developer jobs. This list can be filtered. The data is stored locally.

Some small things I plan on fixing:

  • When user clicks on “load more”, the user is jumped up to the top of the page.
  • Change theme toggle from a button to a toggle.
  • Sometimes the form for filtering jobs does not reset when page refreshes.
  • I plan on storing the jobs on a database instead of local


This content originally appeared on DEV Community and was authored by Jai Bhullar