Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 907 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 907 Bytes

Carrier Scout API

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.

Features

  • 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.

Technologies Used

  • 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.