Files
portfolio-app/frontend
..

Personal Portfolio & Blog - Frontend

This is the frontend for my personal portfolio, built with Next.js, Tailwind CSS, and TypeScript. The project is designed to be a modern, responsive, and performant showcase of my skills and projects.

Features

  • Internationalization (i18n): Supports both English and Portuguese, with language switching capabilities.
  • Dark Mode: A sleek dark mode that can be toggled by the user, with preferences saved in local storage.
  • Component-Based Architecture: Built with reusable React components for maintainability and scalability.
  • Responsive Design: Fully responsive layout that looks great on all devices, from mobile phones to desktop screens.
  • Contact Form: A functional contact form that communicates with a backend service to send emails.

🛠️ Tech Stack

🚀 Getting Started

To get a local copy up and running, follow these simple steps.

Prerequisites

  • Node.js (v18.18 or later)
  • npm, yarn, or pnpm

Installation & Development

  1. Clone the repository:

    git clone <your-repository-url>
    cd <your-repository-folder>/frontend
    
  2. Install dependencies:

    npm install
    
  3. Run the development server: The development server uses Turbopack for faster performance.

    npm run dev
    
  4. Open your browser: Navigate to http://localhost:3000 to see the result.

Building for Production

To create a production-ready build, run:

npm run build