Skip to content
Manideep SP edited this page Jan 30, 2026 · 2 revisions

Portfolio-ManideepSP Wiki

Welcome to the Portfolio-ManideepSP wiki! This comprehensive guide will help you understand, set up, and customize this modern portfolio website.

🎯 What is this?

Portfolio-ManideepSP is a modern, dark-themed developer portfolio website built with Astro. It's designed specifically for software engineers, data scientists, and ML practitioners to showcase their work professionally.

✨ Key Features

  • 🎨 Dark Modern Design - Sleek UI with neon cyan accents and glass-morphism effects
  • πŸ“Š Data-Driven Content - Projects fetched dynamically from GitHub READMEs
  • πŸ“ Dynamic Resume Viewer - Display and download multiple resume versions
  • πŸ“§ GitHub Issues Contact Form - No backend required, uses Cloudflare Workers
  • πŸš€ Automated Deployment - CI/CD pipeline with GitHub Actions
  • ⚑ Lightning Fast - Static site with 95+ Lighthouse score
  • πŸ“± Fully Responsive - Mobile-first design that works everywhere
  • β™Ώ Accessible - WCAG compliant with keyboard navigation support

πŸ—ΊοΈ Quick Navigation

Getting Started

Advanced Topics

πŸš€ Quick Start

# Clone the repository
git clone https://github.com/manideepsp/Portfolio-ManideepSP.git

# Navigate to directory
cd Portfolio-ManideepSP

# Install dependencies
npm install

# Start development server
npm run dev

# Build for production
npm run build

Visit http://localhost:4321 to see your portfolio in action!

πŸ“Š Project Stats

  • Version: 1.1.0
  • Framework: Astro 5.16.4
  • Build Tool: Vite
  • Styling: Custom CSS with CSS Variables
  • Deployment: GitHub Pages
  • Contact Backend: Cloudflare Workers

πŸŽ“ Learning Resources

For Beginners

  1. Start with Getting Started
  2. Learn about Configuration
  3. Follow the Deployment guide

For Advanced Users

  1. Understand the Architecture
  2. Set up the Contact Form
  3. Explore customization options

🀝 Community

πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

⭐ Support

If you find this project helpful, please consider giving it a star on GitHub!


Next Steps: Head over to the Getting Started page to begin your journey!

Clone this wiki locally