Skip to content

brei0x/brei0x.github.io

Repository files navigation

brei0x.github.io

A modern web application built with Next.js, React, and Tailwind CSS.

License

📖 About

This project is my personal portfolio and showcase website. It serves as a central hub to display my professional experience, projects, and skills as a developer.

The goal of this site is to present my work in a modern, performant, and accessible way, demonstrating my expertise with the Next.js ecosystem.

✨ Features

  • Next.js 16 (App Router) - Server Components and Server Actions.
  • React 19 - Latest React features.
  • Tailwind CSS - Utility-first CSS framework for rapid UI development.
  • TypeScript - Static type checking for better code quality.
  • Lucide React - Beautiful and consistent icons.
  • Responsive Design - Optimized for mobile and desktop.

🛠 Tech Stack

  • Framework: Next.js 16
  • Library: React 19
  • Language: TypeScript
  • Styling: Tailwind CSS & PostCSS
  • Icons: Lucide React
  • Linting: ESLint
  • Package Manager: Yarn 4

🚀 Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Ensure you have the following installed:

  • Node.js (Version 24 or higher recommended)
  • Corepack (included with Node.js) to manage the Yarn version

Installation

  1. Clone the repository

    git clone https://github.com/brei0x/brei0x.github.io.git
    cd brei0x.github.io
  2. Enabled Corepack

    corepack enable
  3. Install dependencies

    yarn install
  4. Run the development server

    yarn dev
  5. Open your browser Navigate to https://localhost:3000 to see the application.

📜 Scripts

  • yarn dev: Starts the development server.
  • yarn build: Builds the application for production.
  • yarn start: Runs the built application in production mode.
  • yarn lint: Runs ESLint to catch code errors.

Formatting

  • npx sort-package-json: Sorts package.json dependencies.

📄 License

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

About

My personal portfolio and showcase website

Resources

License

Security policy

Stars

Watchers

Forks