LittleMoonie / JoblessAndFound

A project website for Epitech's Web course on a job offer website
2 stars 0 forks source link

Create Job Listings Page #19

Open LittleMoonie opened 1 week ago

LittleMoonie commented 1 week ago

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

Deyanvkc commented 1 week ago

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