A personal portfolio website built with React, TailwindCSS, and React Router, featuring a PDF resume viewer and smooth navigation with a custom PillNav component.
- Responsive navigation bar with
PillNav - Smooth navigation to sections and routes
- Downloadable PDF of Resume
- React Router powered routing for SPA behavior
- Dark/light UI styling support (TailwindCSS)
- Frontend: React, TailwindCSS
- Routing: React Router v6
- Assets: PDF Resume, images
- Package Manager: npm / yarn
- Clone the repository:
git clone https://github.com/your-username/portfolio.git
cd portfolio
2. Install Dependencies
```bash
npm install
# or
yarn
3. Run the development server:
```bash
npm run dev
# or
yarn dev
4. Open the app in your browser:
```bash
http://localhost:5173
## 🤝 Contributing
1. Fork the repository 🍴
2. Create a new branch: `git checkout -b feature/your-feature` 🌱
3. Make your changes ✍️
4. Commit your changes: `git commit -m "Add new feature"` ✅
5. Push to the branch: `git push origin feature/your-feature` 🚚
6. Open a Pull Request 🔀