Landing-page

Emmanuel’s Portfolio Website

A modern, responsive portfolio website built with Next.js 15, React 19, and Framer Motion. Showcasing my projects, skills, and professional experience in AI/ML and full-stack development.

🚀 Features

🛠️ Technologies Used

📁 Project Structure

src/
├── app/
│   ├── page.tsx          # Home page with Hero section
│   ├── skills/page.tsx   # Skills showcase
│   ├── projects/page.tsx # Portfolio projects
│   ├── contact/page.tsx  # Contact form
│   └── api/              # API routes
├── components/           # Reusable components
└── styles/              # Global styles

🚀 Getting Started

  1. Clone the repository
    git clone https://github.com/akinsanmiojo/MyPortfolioWebsite.git
    cd MyPortfolioWebsite
    
  2. Install dependencies
    npm install
    
  3. Run the development server
    npm run dev
    
  4. Open your browser Navigate to http://localhost:3000

📋 Available Scripts

📧 Contact


Built with ❤️ using Next.js and React