Skip to content
View santoshmanaguli's full-sized avatar
:octocat:
Focusing
:octocat:
Focusing

Block or report santoshmanaguli

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
santoshmanaguli/README.md

Santosh Managuli - Portfolio

A modern, responsive portfolio website built with Next.js, TypeScript, and Tailwind CSS.

Features

  • 🎨 Modern, clean design inspired by Apple, Google, and Cred
  • πŸŒ™ Dark mode support
  • πŸ“± Fully responsive design
  • ⚑ Optimized performance with Next.js
  • 🎭 Smooth animations with Framer Motion
  • β™Ώ Accessible and SEO-friendly

Tech Stack

  • Framework: Next.js 14 (App Router)
  • Language: TypeScript
  • Styling: Tailwind CSS
  • UI Components: Custom components with shadcn/ui patterns
  • Animations: Framer Motion
  • Theme: next-themes for dark mode

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn or pnpm

Installation

  1. Clone the repository
git clone <repository-url>
cd santoshmanaguli
  1. Install dependencies
npm install
# or
yarn install
# or
pnpm install
  1. Run the development server
npm run dev
# or
yarn dev
# or
pnpm dev
  1. Open http://localhost:3000 in your browser

Deployment

Vercel (Recommended for Frontend)

  1. Push your code to GitHub
  2. Import your repository on Vercel
  3. Deploy with default settings

Railway (For Backend - if needed)

  1. Create a new project on Railway
  2. Connect your repository
  3. Configure environment variables
  4. Deploy

Project Structure

santoshmanaguli/
β”œβ”€β”€ app/
β”‚   β”œβ”€β”€ layout.tsx       # Root layout
β”‚   β”œβ”€β”€ page.tsx         # Home page
β”‚   └── globals.css      # Global styles
β”œβ”€β”€ components/
β”‚   β”œβ”€β”€ sections/        # Page sections
β”‚   β”œβ”€β”€ ui/              # Reusable UI components
β”‚   β”œβ”€β”€ navigation.tsx   # Navigation bar
β”‚   β”œβ”€β”€ footer.tsx       # Footer component
β”‚   └── theme-provider.tsx
β”œβ”€β”€ lib/
β”‚   └── utils.ts         # Utility functions
└── public/              # Static assets

Customization

Update the following files to customize the portfolio:

  • components/sections/hero.tsx - Hero section content
  • components/sections/about.tsx - About section
  • components/sections/experience.tsx - Work experience
  • components/sections/skills.tsx - Technical skills
  • components/sections/education.tsx - Education details
  • components/sections/contact.tsx - Contact information

License

This project is private and personal.

Pinned Loading

  1. santoshmanaguli santoshmanaguli Public

    TypeScript