Closed shravan20 closed 7 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
fosstrak-india | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Apr 5, 2024 7:39pm |
The recent updates focus on enhancing the homepage of a web application by introducing a new hero section and showcasing upcoming tech events across India. A significant change is the reorganization of component paths, alongside the addition of components dedicated to rendering a hero section and listing events. This revamp aims to make the homepage more engaging and informative for users interested in technology events.
File Path | Change Summary |
---|---|
src/App.js |
Updated import path for the Body component from .../templates/Body to .../templatez/HomePage . |
src/components/atoms/HeroCard.jsx |
Introduced a new component for rendering a styled hero section. |
src/components/organisms/HomePageHero.jsx |
New component for displaying a HeroCard with tech events exploration content. |
src/components/templatez/HomePage.jsx |
New Body component for fetching and displaying a list of upcoming tech events. |
🐰✨
In the heart of code, a change we weave,
A hero bold, with tales to conceive.
Events afar, in lands of tech and time,
Now listed clear, in rhythm and rhyme.
So hop along, on this digital spree,
Where bytes and dreams, dance free. 🌟
🐇💻🎉
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Summary by CodeRabbit
New Features
HeroCard
component for rendering styled hero sections.HomePageHero
component for showcasing tech events across India with exploration options.Body
component on the home page to display upcoming events.Refactor
Body
component to improve project structure.