An open API service indexing awesome lists of open source software.

https://github.com/tanishq-ctrl/cv-verse-portfolio


https://github.com/tanishq-ctrl/cv-verse-portfolio

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 🌟 Portfolio - Tanishq Prabhu


![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-38B2AC?style=for-the-badge&logo=tailwind-css&logoColor=white)
![Vite](https://img.shields.io/badge/Vite-646CFF?style=for-the-badge&logo=vite&logoColor=white)

## 🚀 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