GDG-OnCampus-BU / landing-page-WIP

Google Developers Group Bennett University, Landing Page
0 stars 10 forks source link

Events Section #5

Open g4ze opened 1 week ago

g4ze commented 1 week ago

We need to design and implement an events section which takes in event name, poster picture, a bunch of event media, community.dev link of the event, short desc and generates an event card with event name, poster as pfp and carousel of the media with a clickable link. Rough draft: image

a readme file with a particular syntax or a json file with a particular valid expression can be used as the database in this repo itself.

Saransh-Jainbu commented 21 hours ago

Issue Resolution: Implement Events Section I have successfully implemented the Events Section , fulfilling the following requirements:

Event Data Management: Utilized a JSON file to manage event data, including event name, poster image, short description, community.dev link, and media items.

Event Card Design:

Each card displays the event name, poster as a profile picture, a grid layout for media, a clickable community.dev link, and a short description. Code Quality: The code has been linted and formatted with Prettier for improved readability and maintainability.

Navbar Updates: Updated the navbar with the new project logo and name for cohesive branding.

Please assign this to me , and I will send pull request :) Screenshot 2024-10-13 160430 image image image