Loading repository data…
Loading repository data…
Gadisa16 / repository
A fully responsive job listing app displaying job cards with data fetched from a JSON file in the public folder. Clicking a card navigates to a detailed description page. The project showcases React component design, Tailwind CSS styling, and handling static JSON data.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project is a fully responsive job listing application built with Next.js and TypeScript. It allows users to view job listings and see detailed descriptions when a job card is clicked. The job data is fetched from a static JSON file (jobs.json) in the public folder.
Responsive Design: The application is designed to be fully responsive, ensuring a smooth user experience on all device sizes. Job Cards: Each job card is dynamically generated using data from the jobs.json file with relevant information like the job title, company name, and location. Detailed Job Descriptions: Clicking on a job card navigates to a page with detailed information about the selected job.
jobs.json file, demonstrating how to work with static data in a Next.js project.
Styled with Tailwind CSS: The design closely follows the provided Figma file, utilizing Tailwind CSS for styling.
git clone https://github.com/Gadisa16/job-listing-app.git