A website for an online cyber cafe (EKatta) using Sveltekit 5, Unocss showcasing all the services provided. It includes header, home, services, contact us, about us and footer.
- This repository is developed in Google's Project IDX and later on published on GitHub.
- Project IDX
Vercel - Ekatta.vercel.app
- Home: A home page showcasing overview of website.
- Services: Showcasing all services provided.
- About Us: About details of Ekatta online center.
- Contact Us: Contact of Ekatta online center.
- Svelte 5 - The main framework
- UnoCSS - Atomic CSS Engine
- Lenis - Smooth Scrolling
- SCSS - Sassy Cascading Style Sheets. Popular CSS preprocessor Sass (Syntactically Awesome Style Sheets).
- Clone this repository to your local machine:
git clone https://github.com/AbhijeetDhikale007/E-Katta
- NPM Install
npm i
- To run the development server:
npm run dev
Open your web browser and visit http://localhost:3000 to see the website in action during development.