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!