inclinedadarsh / open-spectrum

22-day tech celebration highlighting the diversity of open source, featuring events by guest speakers, project maintainers, and community calls.
https://open-spectrum.vercel.app
MIT License
2 stars 3 forks source link

[FEATURE] Create Schedule section #2

Open inclinedadarsh opened 11 months ago

inclinedadarsh commented 11 months ago

Is your feature request related to a problem? Please describe. Missing Schedule section

Describe the solution you'd like Create a Schedule section on the website.

I'm thinking of using Tabs component from shadcn/ui to create tabs for 3 weeks, and in each week there will be cards of each session.

Each card should contain the following information:

The schedule data will come from a file called constants/index.ts from the root. It should be exported as a JS Object from that file.

I will provide with the description and thumbnails. This issue is open for discussions.