-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Manideep SP edited this page Jan 30, 2026
·
2 revisions
Welcome to the Portfolio-ManideepSP wiki! This comprehensive guide will help you understand, set up, and customize this modern portfolio website.
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.
- π¨ 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
- Getting Started - Installation and setup guide
- Configuration - Customize your portfolio
- Deployment - Deploy to GitHub Pages
- Architecture - Understand the system design
- Contact Form Setup - Configure Cloudflare Worker
- Troubleshooting - Common issues and solutions
- Contributing - How to contribute to the project
# 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 buildVisit http://localhost:4321 to see your portfolio in action!
- 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
- Start with Getting Started
- Learn about Configuration
- Follow the Deployment guide
- Understand the Architecture
- Set up the Contact Form
- Explore customization options
- Report Bugs: GitHub Issues
- Request Features: GitHub Issues
- Discussions: GitHub Discussions
This project is licensed under the MIT License - see the LICENSE file for details.
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!