/PersonalPortfolio

This project serves as a showcase for my professional and academic journey, highlighting my accomplishments and my projects.

Primary LanguageTypeScript

GitHub language count GitHub repo size GitHub last commit GitHub


Logo

React NextJS TypeScript TailWindCSS NodeJS

Table of Contents
  1. About The Project
  2. How To Run

💻 About The Project - Personal Portfolio

This project serves as a showcase for my professional and academic journey, highlighting my accomplishments and my projects. Its purpose is to provide a comprehensive overview of who I am and what I have achieved thus far.

image

🚀 How To Run

You can see the project in the following link: https://gabrielbueno-portfolio.vercel.app/

If you prefer to run in your machine:

First, install the necessary dependecies, then run the development server:

npm install
npm run dev
# or
yarn install
yarn dev

Open http://localhost:3000 with your browser to see the result.