AntonioGally / Portfolio

My personal portfolio, made with the objective of promoting my work in the development area.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

AG Portfolio

My personal portfolio, made with the objective of promoting my work in the development area.
Explore the docs »

View Demo · Report Bug ·

Table of Contents

About The Project

Print About Page

I made this portfolio because I needed a platform to post my future projects, I know there is GitHub, but this platform is more devoted to Devs. As for the portfolio design, I was inspired by several on the internet, and I did mine with some changes. Here's the Figma link

Built With

Here is a list of the Frameworks and libraries that I used in the project

Getting Started

To run the application locally on your machine, I recommend the VS Code editor. I leave here a list of prerequisites that are necessary for the execution of the project:

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/AntonioGally/Portfolio.git
  1. Open the cloned folder in Vs Code
code ./Portfolio
  1. Install project dependencies
yarn install
  1. Create the FireBaseUtils.tsx with your DB Credentials
./src/components/V2/ContainerTalkToMe/FireBaseUtils.tsx
  1. Initialize the project
yarn start

Contributing

Contributions are what make the open source community an incredible place to learn, inspire and create. Any contributions you make will be ** highly appreciated **.

  1. Fork the project
  2. Create your branch with new functionality (git checkout -b feature-MyFunction)
  3. Commit yout changes (git commit -m 'adding my functions')
  4. Upload to your branch (git push origin feature-MyFunction)
  5. Open a Pull Request

Contact

Antônio Lima Gally Neto - antonio.gally@gmail.com

Link of the project: here

About

My personal portfolio, made with the objective of promoting my work in the development area.


Languages

Language:TypeScript 91.3%Language:CSS 7.1%Language:JavaScript 1.6%