Folio-Akshay

Akshay Borse - Portfolio Website

A modern, responsive portfolio website built with Next.js 14, showcasing the work and skills of Akshay Borse, a Frontend Engineer and Web Designer at Oceanmonks.

🌐 Live Demo: folio-akshay.vercel.app

🌟 Features

🚀 Tech Stack

📁 Project Structure

├── app/
│   ├── about-section/     # About section components
│   ├── animations/        # Animation utilities and components
│   ├── api/              # API routes
│   ├── blog-section/     # Blog section components
│   ├── contact-section/  # Contact section components
│   ├── footer/           # Footer component
│   ├── fonts/            # Custom font configurations
│   ├── hero-section/     # Hero section component
│   ├── navbar/           # Navigation component
│   ├── reviews-section/  # Reviews/testimonials section
│   ├── utils/            # Utility functions
│   ├── work-section/     # Work/portfolio section
│   ├── globals.css       # Global styles
│   ├── layout.tsx        # Root layout
│   └── page.tsx          # Home page
├── public/               # Static assets
├── package.json          # Dependencies and scripts
└── README.md            # This file

🛠️ Getting Started

Prerequisites

Installation

  1. Clone the repository
    git clone https://github.com/akshayyborse/Folio-Akshay.git
    cd Folio-Akshay
    
  2. Install dependencies
    npm install
    # or
    yarn install
    
  3. Run the development server
    npm run dev
    # or
    yarn dev
    
  4. Open your browser Navigate to http://localhost:3000

Build for Production

npm run build
npm start

🎨 Customization

Personal Information

Update the following files with your information:

Styling

Animations

📱 Sections

  1. Hero Section - Introduction and profile
  2. Work Section - Portfolio projects
  3. Reviews Section - Client testimonials
  4. About Section - Personal information and skills
  5. Contact Section - Contact form and information
  6. Footer - Additional links and information

🔧 Configuration

Environment Variables

Create a .env.local file for any environment-specific variables:

NEXT_PUBLIC_SITE_URL=https://folio-akshay.vercel.app

Vercel Deployment

The project is configured for Vercel deployment with:

📊 Performance

🤝 Contributing

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

👨‍💻 Author

Akshay Borse

🙏 Acknowledgments


⭐ If you found this project helpful, please give it a star!