“With great power comes great responsibility.”
A modern, customizable developer portfolio for myself built with React, Vite, and Tailwind CSS (I recommend v3).
- ⚡ Fast Vite-powered React app
- 🎨 Tailwind CSS for rapid, responsive styling
- 🌙 Dark, elegant theme with custom colors
- 🧑💻 Modular components: Navbar, About, Projects, Contact, and more
- 🔗 Easy to add links, jokes, and personality
- 📱 Mobile-friendly and responsive
portfolio-site/ ├── public/ # Static assets (favicon, manifest, etc.) ├── src/ │ ├── components/ # React components (Navbar, About, Projects, etc.) │ ├── App.jsx # Main app component │ ├── index.jsx # Entry point │ └── index.css # Tailwind CSS imports ├── tailwind.config.js ├── postcss.config.js ├── vite.config.js ├── package.json └── README.md
- Colors & Theme: I used
tailwind.config.jsto edit & change colors or extend the theme. - Icons: Uses react-icons for easy icon integration.