A jobs board that pulls data from a postgresSQL database.
- View the optimal layout for each page depending on their device's screen size
- See hover states for all interactive elements throughout the site
- Be able to filter jobs on the index page by title, location, and whether a job is for a full-time position
- Be able to click a job from the index page so that they can read more information and apply for the job
- Next.js - A react.js framework
- Typescript - A JavaScript framework
- Tailwindcss - For styling
- Subapase - For the Postgres database
- React Hook Form - Better way to handle forms
- headlessui - Modals
- React query - For handling data
- Zod - Form validation
- Axios - Promise based HTTP client