This is a job posting aggregator built with Next.js and TypeScript, designed to help job seekers find job opportunities based on search queries and location. The app fetches job listings using a custom Google Search API and displays the results in an easy-to-read format.
- Search for job listings based on a query (e.g., "developer", "designer").
- Fetches job listings using Google's Custom Search API.
- Displays job titles, descriptions, and links to the full job postings.
- Responsive design for a smooth experience across devices.
- Next.js: React-based framework for building modern web applications.
- TypeScript: A superset of JavaScript for static typing and better developer experience.
- SCSS: CSS preprocessor for easier and more maintainable styles.
- Axios: Promise-based HTTP client for making API requests.