Personal Portfolio
This is a personal portfolio website built with React.js and Tailwindcss, showcasing skills and projects. The website is designed and created entirely by Rahul Vijay.
Features
- Multiple Pages (React Router): Built with React Router v6 for easy navigation between pages.
- Fully Responsive: Works flawlessly on all devices.
- Modern Design: Features a modern and visually appealing design with animations.
Deployment
Bundled with React in production mode, ensuring optimized build for the best performance. The build is minified, and the filenames include hashes to improve caching.
How to Run the Project
- Clone this repository:
git clone https://github.com/rahulvijay81/portfolio.git
- Navigate to the project directory:
cd portfolio
- Install dependencies:
npm install
- Run the development server:
npm run dev
The website will be available at http://localhost:5173
.