Experience the fully interactive website live here: Live Demo
Interact dynamically with your mouse or touch to explore the visual effects! Move your cursor around the screen or tap anywhere on mobile devices to trigger smooth animations and interactions.
- Node.js (v18.0.0 or higher recommended)
- npm (v9.0.0 or higher)
- Clone the repository:
git clone https://github.com/Y7XIFIED/Helios.git
cd Helios- Install the package dependencies:
npm install- Start the Vite development server:
npm run devHelios/
├── .gitignore
├── .vercel
│ ├── project.json
│ └── README.txt
├── assets
│ └── fonts
│ └── nasalization.otf
├── favicon.png
├── index.html
├── package-lock.json
├── package.json
├── script.js
├── style.css
└── vercel.json
- HTML5 & CSS3: Structural vectors and custom styling variables.
- JavaScript (ES6): Core logic and interactions.
- Vite: Next-generation frontend project bundler.
Y7XIFIED