# create a new project in the current directory
npx sv create projectfoldername
## Developing
I have created a project and installed dependencies with `npm install`, start a development server:
```bash
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
###features this project includes multiple pafes with structured content,interactive elements, and modern design. Below is a breakdown of the features implemented across the pages:
2.Speakers Page Grid Layout for Speakers: Displays 3 speakers in a structured grid format. Speaker Details: Includes name, image, title, and short bio for each speaker.
3.Schedule Page Structured Timeline: Displays the date, time, topic, and speaker for each session.
Sponsors Page List of Sponsors: Displays sponsor logos and names. Clickable Links: Each sponsor logo links to their website.
About Page Conference Overview: A detailed description of the event, its mission, and goals. Engaging UI: Well-structured text with a visually appealing layout.
6.Contact Page Simple Contact Form: Fields for name, email, and message. Form Submission button : Captures user input for inquiries. Social Media Links: Displays links to the conference’s social media pages.
Additional Features: Smooth Scrolling & Navigation Responsive Design Minimalist & Modern UI with Clean Aesthetics