This project is a personal portfolio website developed using modern web technologies.
- React: JavaScript library used for building the user interface.
- Vite: Next generation frontend tooling for faster development and optimized production builds.
- Tailwind CSS: Utility-first CSS framework for rapid and customizable styling.
- JavaScript (ES6+): Developed using modern JavaScript features.
- HTML5: Used for page structure.
- Responsive design
- Social media links
- Dynamic content management
- Fast development and build times with Vite
- Clone the repository:
git clone https://github.com/username/project-name.git - Navigate to the project directory:
cd project-name - Install dependencies:
npm install - Start the development server:
npm run dev
After running the project locally, you can view the site by navigating to http://localhost:5173 in your browser (or the port specified by Vite).