Description: Develop a React Typescript page that displays job advertisements with a title, short description, and a “learn more” button.
Tasks:
Create a React TypeScript structure for job listings.
Apply CSS via MUI for styling the job cards.
Implement "Learn More" buttons (no functionality yet).
Card with MUI created and responsive. Learn More is implemented and here CSS is done. Structure of cards is ready to get the data (without click on learn more).
Description: Develop a React Typescript page that displays job advertisements with a title, short description, and a “learn more” button. Tasks: Create a React TypeScript structure for job listings. Apply CSS via MUI for styling the job cards. Implement "Learn More" buttons (no functionality yet).