Welcome to my personal portfolio! This site showcases my projects and skills.
Live at: https://sathish099.github.io
A full-featured AI chat interface with OpenAI API integration.
- Real-time responses
- Persistent chat history
- Multiple chat sessions
- Markdown rendering for code blocks
Location: /projects/chatgpt-clone/
Tech: JavaScript • OpenAI API • LocalStorage
A responsive food delivery platform landing page.
- Restaurant cards with filtering
- Search functionality
- Category browsing
- Mobile-responsive design
Location: /projects/zomoto/
Tech: HTML • CSS • JavaScript
A YouTube-inspired video streaming platform clone.
- Video cards with thumbnails
- Search and category filtering
- Modal video playback
- Responsive design
Location: /projects/youtube/
Tech: HTML • CSS • JavaScript
# Using Python 3
python -m http.server 8000
# Or using Node http-server
npx http-server -p 8000Then open: http://localhost:8000
sathish099.github.io/
├── index.html # Main portfolio page
├── styles.css # Portfolio styles
├── README.md
├── .gitignore
└── projects/
├── chatgpt-clone/ # AI chat interface
├── zomoto/ # Food delivery UI
└── youtube/ # Video platform UI
- Frontend: HTML5 • CSS3 • Vanilla JavaScript
- APIs: OpenAI API
- Hosting: GitHub Pages
- Design: Responsive • Dark theme • Modern UI
The ChatGPT clone requires an OpenAI API key:
- Create
projects/chatgpt-clone/config.js - Add your API key:
const CONFIG = { OPENAI_API_KEY: 'sk-your-key-here', };
- Important: Keep
config.jsin.gitignore
Get an API key: https://platform.openai.com/api-keys
✅ Responsive design (mobile, tablet, desktop) ✅ Dark theme with modern aesthetics ✅ Live project demos ✅ Clean, maintainable code ✅ Fast loading times (static files) ✅ Accessibility-friendly ✅ GitHub Pages hosted (free)
- Add more original projects
- Write blog posts/technical articles
- Add testimonials or recommendations
- Improve SEO metadata
- Add analytics tracking
- Create an API backend for chat persistence
- GitHub: https://github.com/sathish099
- LinkedIn: https://linkedin.com/in/sathish099
- Email: contact@sathish099.com
MIT © 2025 Sathish (@sathish099)
Last Updated: 2025-11-12