A modern and responsive personal portfolio website to showcase my projects, skills, and experiences. This portfolio highlights my journey as a Graphic Designer | Frontend Developer | UI/UX Enthusiast and serves as a central hub for my work.
You can view the live project here: tushar-patel.vercel.app
- Fully Responsive: Adapts seamlessly to all devices (📱, 💻, 🖥️).
- Smooth Animations: Built with Framer Motion for an engaging user experience.
- Project Showcase: Detailed section with links to live demos and source code.
- Comprehensive Sections: Includes dedicated parts for About Me, Skills, and Contact.
- Live Deployment: Hosted on Vercel for global accessibility.
- Frontend: React.js, Tailwind CSS
- Animations: Framer Motion
- Deployment: Vercel
Follow these instructions to set up a copy of the project on your local machine for development and testing purposes.
Make sure you have the following installed on your machine:
-
Clone the Repository Open your terminal or command prompt and run the following command to copy the project to your local machine:
git clone https://github.com/tusharpatel0504
-
Navigate to the Project Directory Change your current directory to the folder you just cloned:
cd portfolio -
Install Dependencies Run the following command to install all the necessary packages and libraries required for the project:
npm install
-
Run the Development Server Finally, start the local server to see the project in action:
npm run dev
Once it's running, open your web browser and go to
http://localhost:5173(or the URL shown in your terminal) to view the website.
portfolio/
├── public/ # Static assets (images, icons, etc.)
├── src/
│ ├── components/ # Reusable UI components
│ ├── pages/ # Website pages
│ ├── constants/ # Data (projects, experiences, etc.)
│ └── styles/ # Global styles
├── package.json
└── README.md