My personal portfolio website showcasing my projects and professional experience. Built with Astro and hosted on GitHub Pages.
Visit my portfolio at lightningwave.github.io
SafeSplit is a secure file sharing and recovery system that provides:
- π End-to-end encryption using AES
- π Secure key distribution with Shamir's Secret Sharing
- π¦ File integrity protection with Reed-Solomon codes
- π Two-factor authentication
- βοΈ Distributed storage via Amazon S3 API
- π³ Payment integration with PayPal Braintree
- Backend: Go, Gin, GORM, MySQL
- Frontend: React, Tailwind CSS
- Security: JWT, AES Encryption, 2FA
- Framework: Astro - Static site generator
- Styling: Tailwind CSS - Utility-first CSS
- Typography: Inter & Lora fonts
- Deployment: GitHub Pages
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewMIT License - Feel free to use this code for your own portfolio!