https://github.com/tanishq-ctrl/cv-verse-portfolio
https://github.com/tanishq-ctrl/cv-verse-portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanishq-ctrl/cv-verse-portfolio
- Owner: tanishq-ctrl
- Created: 2025-02-02T12:46:19.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T13:19:16.000Z (4 months ago)
- Last Synced: 2025-02-02T14:20:21.593Z (4 months ago)
- Language: TypeScript
- Size: 599 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌟 Portfolio - Tanishq Prabhu



## 🚀 Overview
A modern, responsive portfolio website showcasing my work as a Data Scientist & Analyst. Built with cutting-edge technologies and featuring smooth animations, glass morphism effects, and an intuitive user interface.
### ✨ Live Demo
Visit the live portfolio: [Tanishq Prabhu - Portfolio](https://tanishq-ctrl.github.io/cv-verse-portfolio/)## 🛠️ Tech Stack
- **Frontend Framework**: React with TypeScript
- **Build Tool**: Vite
- **Styling**: Tailwind CSS + shadcn/ui
- **Animations**: Framer Motion
- **Deployment**: GitHub Pages
- **UI Components**: Radix UI
- **Package Manager**: npm## 🎯 Features
- 🎨 Modern, minimalist design with glass morphism effects
- 🌓 Smooth animations and transitions
- 📱 Fully responsive across all devices
- 🎭 Interactive UI elements
- 📊 Project showcase with detailed descriptions
- 🔗 Social media integration
- 📝 Detailed experience and skills sections
- 🚀 Optimized performance## 🚀 Getting Started
1. **Clone the repository**
```bash
git clone https://github.com/tanishq-ctrl/cv-verse-portfolio.git
cd cv-verse-portfolio
```2. **Install dependencies**
```bash
npm install
```3. **Start development server**
```bash
npm run dev
```4. **Build for production**
```bash
npm run build
```## 📁 Project Structure
```
cv-verse-portfolio/
├── src/
│ ├── components/ # React components
│ ├── lib/ # Utility functions
│ ├── hooks/ # Custom React hooks
│ ├── styles/ # Global styles
│ └── App.tsx # Main application component
├── public/ # Static assets
├── index.html
└── package.json
```## 🎨 Customization
### Styling
The project uses Tailwind CSS for styling. Customize the theme in `tailwind.config.ts`:```typescript
theme: {
extend: {
colors: {
primary: "#64FFDA",
secondary: "#BD34FE",
// Add your custom colors
}
}
}
```### Components
All UI components are built using shadcn/ui and can be customized in the `components/ui` directory.## 📄 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## 🤝 Contact
Tanishq Prabhu - [LinkedIn](https://www.linkedin.com/in/tanishq-prabhu-b71467166/) - [email protected]
## 🙏 Acknowledgments
- [shadcn/ui](https://ui.shadcn.com/) for the beautiful UI components
- [Framer Motion](https://www.framer.com/motion/) for smooth animations
- [Tailwind CSS](https://tailwindcss.com/) for the utility-first CSS framework
- [Radix UI](https://www.radix-ui.com/) for accessible UI primitives---
Made with ❤️ by Tanishq Prabhu