A modern, animated personal portfolio website built with SolidJS, Rspack, and Bun.
- Modern design with subtle animations
- Interactive particle background
- Dark/light mode support
- Responsive for all devices
- Fast performance with SolidJS
- Optimized builds with Rspack
- SolidJS
- Rspack
- Bun
- TypeScript
- TailwindCSS
- DaisyUI
- GSAP for animations
- Motion One
# Install dependencies
bun install
# Start development server
bun run dev# Build for production
bun run build# Check code
bun run check
# Format code
bun run formatsrc/
├── components/ # Reusable components
│ ├── layout/ # Layout components
│ ├── home/ # Home page components
│ ├── shared/ # Shared components
│ └── portfolio/ # Portfolio components
├── pages/ # Page components
├── assets/ # Static assets
├── utils/ # Utility functions
├── data/ # Data files
├── App.tsx # Main app component
├── index.tsx # Entry point
└── index.css # Global styles
This project is licensed under the MIT License.