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.
- 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
- Claude.ai for iterating the requirements
- Cursor AI Code Assistant
- Next.js 14
- React 18
- TypeScript
- Tailwind CSS
- Radix UI Components
This site is configured for deployment on GitHub Pages. To deploy:
- Push your changes to the main branch
- GitHub Actions will automatically build and deploy the site
- Your site will be available at https://anupulu.github.io
├── 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
- 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
This is a personal portfolio website, but if you notice any issues or have suggestions, feel free to open an issue.