Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JARVIS | CodeWithLaksh

GitHub Pages HTML5 CSS3 JavaScript

JARVIS is the personal project showcase website for CodeWithLaksh — a dark, cyber-themed single-page site presenting the JARVIS suite of tools: WhatsApp automation, GPS location spoofing, and premium Android applications.

Live website: https://CodeWithLakxsh.github.io/

Overview

The site features a boot-up loader animation, particle canvas background, aurora blobs, 3D orbit visualization, and interactive download cards for the JARVIS tool suite. It is a fully static website — no build step, no server, no runtime dependencies.

Features

  • Jarvis WA Matrix — multi-node WhatsApp automation engine (Windows desktop build + Android APK)
  • Jarvis Geo Spoof — advanced Android location mocking with route simulation
  • Jarvis Music — high-performance Android audio streaming app
  • Animated hero section with live metrics
  • Custom cursor, loader, particle network, and aurora background effects
  • 3D tilt interaction on download cards
  • Fully responsive layout

Technology Stack

Layer Technology
Markup HTML5
Styling CSS3 (custom properties, keyframe animations)
Scripting Vanilla JavaScript (no frameworks)
Fonts Google Fonts — Space Grotesk, JetBrains Mono, Syne
Icons Font Awesome 6.4.0 (CDN)
Hosting GitHub Pages (static)

Project Structure

.
├── index.html          # Homepage (single-page site)
├── style.css           # All styles and animations
├── script.js           # Loader, canvas particles, interactions
└── downloads/          # Downloadable application assets (APKs, ZIP)

Local Development

No build tools or package manager required. Open it locally in one of two ways:

Option A — direct: open index.html in a browser (note: the page works best over HTTP).

Option B — local HTTP server (recommended):

# Python 3
python -m http.server 8080
# then visit http://localhost:8080

# or with Node.js
npx serve .

Deployment — GitHub Pages

The site is deployed to GitHub Pages from the main branch (root /):

  1. Push changes to the main branch of CodeWithLakxsh/CodeWithLakxsh.github.io
  2. GitHub Pages serves the site automatically from the repository root
  3. Verify at https://CodeWithLakxsh.github.io/

The repository name follows GitHub's <username>.github.io convention, so no additional configuration is required once Pages is enabled.

Contributing

Contributions, issues, and feature requests are welcome. See CONTRIBUTING.md for guidelines.

Security

Found a security concern? See SECURITY.md for reporting guidance.

Author

CodeWithLakxsh

About

Cyber-themed developer portfolio and showcase for the JARVIS project suite.

Topics

Resources

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages