Skip to content

Latest commit

ย 

History

History
49 lines (35 loc) ยท 1.35 KB

File metadata and controls

49 lines (35 loc) ยท 1.35 KB
# ๐ŸŒ Portfolio Website with React & TailwindCSS ## ๐Ÿš€ Introduction This project is a **modern developer portfolio website** built with **React**, **TailwindCSS**, and **Vite**. It features smooth animations, light/dark mode, and a professional design to showcase your skills, projects, and contact information. Perfect for students, developers, and freelancers who want to present their work in a polished, modern way. --- ## โš™๏ธ Tech Stack - **React** โ€“ Component-based frontend library - **Vite** โ€“ Fast development and build tool - **TailwindCSS** โ€“ Utility-first CSS framework - **Lucide Icons** โ€“ Modern and minimal icon set - **Framer Motion** โ€“ Smooth animations - **React Router** โ€“ For page navigation --- ## โœจ Features - ๐ŸŒ‘ **Light/Dark Mode** toggle with smooth transitions - ๐Ÿง  **About Section** with introduction and social links - ๐Ÿ–ผ๏ธ **Projects Showcase** with GitHub/demo links - ๐Ÿงฉ **Skills Grid** with categorized frontend/backend stacks - ๐Ÿ’ฌ **Contact Form** with toast notifications - ๐Ÿ“ฑ **Responsive Design** for all devices - โšก **Fast and Optimized** using Vite and Tailwind --- ## โšก Quick Start ### Prerequisites - [Node.js](https://nodejs.org/) - [Git](https://git-scm.com/) ### Setup & Run ```bash cd portfolio-react-tailwind npm install npm run dev # Portfolio
โšก