Skip to content

mattekudacy/kudacy

Repository files navigation

Cyrus Mante - Portfolio Website

🛠️ Tech Stack

  • Framework: Next.js 15 with App Router
  • Language: TypeScript
  • Styling: Tailwind CSS
  • Fonts: Geist Sans & Geist Mono
  • Development: ESLint for code quality

🏃‍♂️ Getting Started

  1. Clone the repository:
git clone <repository-url>
cd my-portfolio
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open http://localhost:3000 to view the website.

📁 Project Structure

src/
├── app/
│   ├── globals.css      # Global styles
│   ├── layout.tsx       # Root layout
│   └── page.tsx         # Home page
└── components/
    ├── Navbar.tsx       # Navigation component
    ├── HeroSection.tsx  # Hero/intro section
    ├── AboutSection.tsx # About me section
    ├── ProjectsSection.tsx # Projects showcase
    ├── ContactSection.tsx  # Contact form
    └── Footer.tsx       # Footer component

🎨 Customization

Colors

The portfolio uses a consistent color scheme:

  • Primary: #06b6d4 (cyan-500)
  • Background: #111827 (gray-900)
  • Secondary Background: #1f2937 (gray-800)
  • Text: #ffffff (white) and #9ca3af (gray-400)

Content

To customize the content:

  1. Update personal information in HeroSection.tsx
  2. Modify projects in ProjectsSection.tsx
  3. Update skills and services in AboutSection.tsx
  4. Change contact information in ContactSection.tsx

📱 Responsive Design

The portfolio is fully responsive with breakpoints:

  • Mobile: Default (< 768px)
  • Tablet: md: (≥ 768px)
  • Desktop: lg: (≥ 1024px

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

A personal portfolio website showcasing my projects, skills, and experience.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •