YagoInacio / portfolio

Portfolio's frontend application

Home Page:https://yagofaran.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub language count Repository size GitHub last commit License Made by Yago Faran

Logo Yago Faran

AboutTech StackFeaturesHow it worksAuthorLicense

💻 Portfolio

This project serves as a personal web page, acting as an interactive and comprehensive showcase of skills, experiences, and projects. The web application provides users with the ability to explore an 'About Me' section, delve into a detailed account of professional experiences, and gain insights into technical proficiency through the 'Skills' and 'Projects' sections.

🛠 Tech Stack

✨ Features

  • Contact / Social media
  • About me
  • Experiences
  • Skills
  • Projects
  • Portfolio

🚀 How it works

This instructions will allow you to run a functional version of the project on your local machine.

📋 Pre-requisites

Before you begin, you will need to have the following tools installed on your machine: Git, Node.js. In addition, it is good to have an editor to work with the code like VSCode

🔧 Instalation

# Clone this repository
$ git clone git@github.com:yagoinacio/portfolio.git

# Access the project folder cmd/terminal
$ cd project

# install the dependencies
$ yarn

🔧 Configuration

To be able to run the application you need to set up the environment variables.

For that, create the file .env on the project's root folder.

You can follow the examples bellow:

# .env:
PORTFOLIO_API=[PORTFOLIO_INFO_API]
NEXT_PUBLIC_PORTFOLIO_API=[PORTFOLIO_ICONS_API]

🎲 Running the application

# Run the application in development mode
$ yarn dev

# The app will start at port: 3000 - go to http://localhost:3000

🦸 Author


Yago Faran 💧

Github Badge Linkedin Badge Gmail Badge

📝 License

This project is under the license MIT.

Made with ❤️ by Yago Faran 👋🏽 Get in touch!

About

Portfolio's frontend application

https://yagofaran.dev

License:MIT License


Languages

Language:TypeScript 96.3%Language:CSS 2.6%Language:JavaScript 1.1%