Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.84 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.84 KB

Personal Portfolio Website

This repository hosts the code for my personal portfolio website, showcasing my skills and experience in building a website entirely with an AI coding assistant, without writing any line of code myself. It features a modern and accessible design built with Next.js, React, and Tailwind CSS.

Features

  • Clean, minimalist design with a focus on accessibility
  • Responsive layout that works on all devices
  • Sustainable and human-centric color scheme
  • Timeline view for professional journey
  • Structured learning insights with manifesto connections
  • Feedback system with GitHub Issues integration

Tech Stack

  • Claude.ai for iterating the requirements
  • Cursor AI Code Assistant
  • Next.js 14
  • React 18
  • TypeScript
  • Tailwind CSS
  • Radix UI Components

Deployment

This site is configured for deployment on GitHub Pages. To deploy:

  1. Push your changes to the main branch
  2. GitHub Actions will automatically build and deploy the site
  3. Your site will be available at https://anupulu.github.io

Project Structure

├── app/                # Next.js app directory
│   ├── about/         # About page
│   ├── contact/       # Contact page
│   ├── journey/       # Journey/timeline page
│   ├── learnings/     # Learnings and insights page
│   └── page.tsx       # Home page
├── components/        # Reusable components
├── lib/              # Utility functions
└── public/           # Static assets

Color Scheme

  • Forest Green: #2C5530 - Primary color
  • Sage Green: #687864 - Secondary color
  • Muted Terracotta: #C17C74 - Accent color
  • Text Dark: #2A2B2A - Main text color
  • Soft Cream: #F7F7F2 - Background color

Contributing

This is a personal portfolio website, but if you notice any issues or have suggestions, feel free to open an issue.