Welcome to the GYM Landing Page project! This is a landing page for a fictional gym app developed to explore the capabilities of Svelte, a modern JavaScript framework.
The main objective of this project is to create a visually appealing landing page based on the provided design. By utilizing Svelte, we aim to demonstrate its efficiency in building interactive web interfaces while integrating it seamlessly with other technologies like HTML and Tailwind CSS.
Yo can check out the live demo of the project here
Clone the repository to your local machine:
git clone https://github.com/ddrigota/svelte-gym-landing.git
Navigate to the project directory:
cd svelte-gym-landing
Install dependencies and run in dev mode:
npm install
npm run dev