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

https://github.com/sohith-reddy/portfolio

This is my personal developer portfolio,which I have designed to showcase skills, projects, and experience in building modern, scalable applications. Built with a strong focus on clean UI, responsive design, and real-world functionality, the portfolio highlights projects using Flutter, Firebase, and AI-powered tools and also highlighting my skill❤️
https://github.com/sohith-reddy/portfolio

fullstack-development javascript nextjs tailwindcss uiux-design

Last synced: 2 months ago
JSON representation

This is my personal developer portfolio,which I have designed to showcase skills, projects, and experience in building modern, scalable applications. Built with a strong focus on clean UI, responsive design, and real-world functionality, the portfolio highlights projects using Flutter, Firebase, and AI-powered tools and also highlighting my skill❤️

Awesome Lists containing this project

README

          

# ✨ Sohith Reddy's Portfolio

[![Deployment Status](https://img.shields.io/badge/Vercel-Deployed-success?style=for-the-badge&logo=vercel)](https://your-portfolio-url.vercel.app)
[![Next.js](https://img.shields.io/badge/Built%20with-Next.js%2014-black?style=for-the-badge&logo=next.js)](https://nextjs.org)
[![GitHub Stars](https://img.shields.io/github/stars/Sohith-reddy/portfolio?style=for-the-badge&logo=github)](https://github.com/Sohith-reddy/portfolio/stargazers)

[View Demo](https://sohith-portfolio-sohith-reddys-projects.vercel.app) • [Report Bug](https://github.com/Sohith-reddy/portfolio/issues) • [Request Feature](https://github.com/Sohith-reddy/portfolio/issues)

## 🎨 Portfolio Showcase

### 🏠 Modern Landing Page

Landing Page

### 💼 Interactive Projects Gallery

Projects Gallery

### 📱 Responsive Design

Mobile View

## ⚡ Deployment Status

| Environment | Status | URL |
|-------------|--------|-----|
| Production | [![Production](https://therealsujitk-vercel-badge.vercel.app/?app=portfolio&style=for-the-badge)](https://sohith-portfolio-sohith-reddys-projects.vercel.app/) | [View](https://sohith-portfolio-sohith-reddys-projects.vercel.app/) |

## 🚀 Tech Stack & Features

| Category | Technologies & Features |
|:---------|:----------------------|
| 🎯 **Frontend** | • Next.js 16
• Tailwind CSS
• Framer Motion |
| 🛠️ **Backend** | • Spring Boot
• PostgreSQL
• Web3Forms Integration |
| ☁️ **Deployment** | • Vercel Platform
• CI/CD Pipeline
• Environment Management
• Render
• Docker |

## 🎯 Key Features

| Category | Features |
|----------|----------|
| 📱 **UI/UX** | Responsive Design, Smooth Animations |
| ⚡ **Performance** | 90+ Performance Score, Optimized Assets |
| 🛡️ **Security** | Headers Protection, Form Validation |
| 🔍 **SEO** | Meta Tags, Sitemap, robots.txt |

## 💻 Local Development

```bash
# Clone the repository
git clone https://github.com/Sohith-reddy/portfolio.git

# Install dependencies
cd portfolio
npm install

# Create .env.local file
copy .env.example .env.local

# Start development server
npm run dev
```

## 📊 Performance Metrics

| Metric | Score |
|--------|-------|
| Performance | ![Performance](https://img.shields.io/badge/90+-success?style=for-the-badge) |
| Accessibility | ![Accessibility](https://img.shields.io/badge/100-success?style=for-the-badge) |
| Best Practices | ![Best Practices](https://img.shields.io/badge/95+-success?style=for-the-badge) |
| SEO | ![SEO](https://img.shields.io/badge/100-success?style=for-the-badge) |

## 🔗 Environment Variables

Create a `.env.local` file with:

```env
NEXT_PUBLIC_WEB3FORMS_KEY=your_api_key
NEXT_PUBLIC_VERCEL_URL=your_vercel_url
```

## 📬 API Integration

### Contact Form API

```typescript
interface ContactPayload {
access_key: string;
name: string;
email: string;
message: string;
}

const response = await fetch('https://api.web3forms.com/submit', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
},
body: JSON.stringify(payload),
});
```

## 🤝 Connect & Support

[![LinkedIn](https://img.shields.io/badge/LinkedIn-Connect-blue?style=for-the-badge&logo=linkedin)](https://linkedin.com/in/sohithreddy)
[![Twitter](https://img.shields.io/badge/Twitter-Follow-blue?style=for-the-badge&logo=twitter)](https://twitter.com/Sohith_01)
[![Portfolio](https://img.shields.io/badge/Portfolio-Visit-black?style=for-the-badge&logo=vercel)](https://sohith-portfolio-sohith-reddys-projects.vercel.app)
[![LeetCode](https://img.shields.io/badge/LeetCode-Profile-orange?style=for-the-badge&logo=leetcode)](https://leetcode.com/u/sohith_reddy01/)

---


**Made with ❤️**