- π¨ Modern UI/UX with seamless animations using GSAP
- π± Fully Responsive design for all devices
- π Dark/Light Mode with smooth transitions
- β‘ Blazing Fast performance with Astro
- π§© Component Islands with React, Svelte & more
- π Blog System with MDX support
- π SEO Optimized with meta tags, Open Graph and JSON-LD
- π GitHub Activity Integration showing live contributions
- π¬ Discord Status integration
- π Analytics Ready infrastructure
- Framework: Astro
- UI Components: React, Svelte
- Styling: TailwindCSS
- Animations: GSAP
- Typography: Custom Roobert font
- Deployment: Vercel
# Clone the repository
git clone https://github.com/DevRohit06/portfolio.git
# Enter the project directory
cd portfolio
# Install dependencies
npm install
# or
bun install
# Start the development server
npm run dev
# or
bun dev
The site will be available at http://localhost:4321
# Build for production
npm run build
# or
bun run build
# Preview the production build
npm run preview
# or
bun run preview
/
βββ public/ # Static assets
β βββ fonts/ # Custom web fonts
β βββ images/ # Images and icons
βββ src/
β βββ assets/ # Project assets requiring processing
β βββ components/ # UI Components
β β βββ astro/ # Astro components
β β βββ react/ # React components
β β βββ svelte/ # Svelte components
β βββ content/ # Blog content
β βββ layouts/ # Page layouts
β βββ lib/ # Utility libraries
β βββ pages/ # Page routes
β βββ styles/ # CSS styles
βββ package.json # Project dependencies and scripts
This project is available as open source under the terms of the MIT License.
π» Designed & Developed with β€οΈ by Dialogh