Welcome to GymFlex, a fast, interactive, and modern gym website powered by SvelteKit. Designed for gym owners who want to showcase their facilities, schedules, trainers, and more ā all with blazing speed and smooth transitions.
# 1. Clone the repo
git clone https://github.com/7ejasVijay/landing-page-gym.git
cd landing-page-gym
# 2. Install dependencies
npm install
# 3. Start the dev server
npm run dev
src/
āāā routes/ # Pages
āāā lib/ # Utilities & stores (unused)
āāā components/ # Reusable UI components
āāā assets/ # Images & media
This project is a demo project for learning purposes, feel free to go through the code. Thanks to https://www.youtube.com/watch?v=vb7CgDcA_6U for a wonderful tutorial.