A fictional tech conference website built with SvelteKit and Tailwind CSS.
Deployed Link (https://devsphere-conference.vercel.app/)
- Home Page: Hero section, keynote speakers.
- Speakers Page: Grid layout showcasing speakers with images, names, and bios.
- Schedule Page: Structured timetable of sessions.
- Sponsors Page: List of sponsors with logos and tiers.
- About Page: Introduction to the conference.
- Contact Page: Contact form and social media links.
- Bonus Features : Countdown timer, session filtering, sponsor tiers, Google Map integration.
- SvelteKit
- Tailwind CSS
- JavaScript
-
Clone the Repository
git clone https://github.com/Anushka404/Devsphere-conference cd devsphere-conference -
Install Dependencies
npm install
-
Run Development Server
npm run dev
-
Build for Production
npm run build
- Home (
/) – Conference details, hero section, and keynote speakers. - Speakers (
/speakers) – List of all speakers with images, names, and bios. - Schedule (
/schedule) – Detailed conference schedule with session timings. - Sponsors (
/sponsors) – List of sponsors categorized by tiers. - About (
/about) – Overview of the conference and its mission. - Contact (
/contact) – Contact form and social media links.
- Clean and modular code structure.
- Responsive and visually appealing UI.
- Reusable components for consistency.
- Follow best practices in Svelte and Tailwind CSS.