A modern, responsive portfolio website built with React, TypeScript, and Tailwind CSS.
- Responsive design that works on all devices
- Dark mode support
- Smooth animations using Framer Motion
- Modern UI with Material-UI icons
- SEO friendly
- Fast loading and optimized performance
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- Material-UI Icons
- React Router DOM
- Node.js (v14 or higher)
- npm or yarn
-
Clone the repository:
git clone https://github.com/yourusername/portfolio.git cd portfolio -
Install dependencies:
npm install # or yarn install -
Start the development server:
npm run dev # or yarn dev -
Open http://localhost:5173 in your browser.
To create a production build:
npm run build
# or
yarn buildThe build files will be in the dist directory.
The website can be deployed to any static hosting service like Vercel, Netlify, or GitHub Pages.
This project is licensed under the MIT License - see the LICENSE file for details.