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❤️
- Host: GitHub
- URL: https://github.com/sohith-reddy/portfolio
- Owner: Sohith-reddy
- Created: 2025-03-15T20:33:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-07-04T06:12:55.000Z (12 months ago)
- Last Synced: 2025-07-04T07:24:27.432Z (12 months ago)
- Topics: fullstack-development, javascript, nextjs, tailwindcss, uiux-design
- Language: JavaScript
- Homepage: https://bit.ly/4krGvNx
- Size: 9.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ✨ Sohith Reddy's Portfolio
[](https://your-portfolio-url.vercel.app)
[](https://nextjs.org)
[](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
### 💼 Interactive Projects Gallery
### 📱 Responsive Design

## ⚡ Deployment Status
| Environment | Status | URL |
|-------------|--------|-----|
| Production | [](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 |  |
| Accessibility |  |
| Best Practices |  |
| SEO |  |
## 🔗 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
[](https://linkedin.com/in/sohithreddy)
[](https://twitter.com/Sohith_01)
[](https://sohith-portfolio-sohith-reddys-projects.vercel.app)
[](https://leetcode.com/u/sohith_reddy01/)
---
**Made with ❤️**