Skip to content

Latest commit

 

History

History
executable file
·
62 lines (41 loc) · 1.74 KB

File metadata and controls

executable file
·
62 lines (41 loc) · 1.74 KB

== PortFolio - React + Typescript + Vite ==

About   |   What works   |   In development   |   Requirements   |  

📓 About

🚀 Project developed for my website available here

🛠 Technologies and programming languages

The following libraries and languages were used in the project's construction:

  • React
  • Typescript
  • Vite
  • Graphql

✔️ What works

  • get information from gitHub;
  • greeting;
  • skills;
  • work experience;
  • gitHub projects;
  • Contact Me;

🚧 In development

  • Translate to any language the users want;

↩️ Prerequisites

Before you start, you will need to have the following tools installed on your machine: Git, Nodejs Additionally, it's good to have a code editor to work with, such as VSCode

🏁 Running the project

# Clone this repository

## To start this project
1. Set up environment variables in the .env file:
$ REACT_APP_GITHUB_TOKEN
$ GITHUB_USERNAME
$ USE_GITHUB_DATA
Note: For `USE_GITHUB_DATA`, set it to "true" if you want to use your GitHub data.

2. The server will start on port 5173 - access it at <http://localhost:5173/>

3. You can easily deploy this project on Netlify.

Go back to the top