An open API service indexing awesome lists of open source software.

https://github.com/raphaeleliass/meu-portfolio

Explore meu portfólio
https://github.com/raphaeleliass/meu-portfolio

brasil brazil next nextjs pnpm portfolio portfolio-website react seo seo-optimization shadcn-ui tailwindcss typescript vercel

Last synced: 2 months ago
JSON representation

Explore meu portfólio

Awesome Lists containing this project

README

          

![Next JS](https://img.shields.io/badge/Next-black?style=for-the-badge&logo=next.js&logoColor=white) ![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white) ![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge&logo=tailwind-css&logoColor=white) ![Firebase](https://img.shields.io/badge/firebase-a08021?style=for-the-badge&logo=firebase&logoColor=ffcd34)

# Meu portfolio



Explore the screenshots »




Report a Bug
.
Ask a Question



[![Project license](https://img.shields.io/github/license/raphaeleliass/Meu-Portfolio.svg?style=flat-square)](LICENSE)

[![Pull Requests welcome](https://img.shields.io/badge/PRs-welcome-ff69b4.svg?style=flat-square)](https://github.com/raphaeleliass/Meu-Portfolio/issues)
[![code with love by raphaeleliass](https://img.shields.io/badge/%3C%2F%3E%20with%20%E2%99%A5%20by-raphaeleliass-ff1414.svg?style=flat-square)](https://github.com/raphaeleliass)

Table of Contents

- [About](#about)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Authors & contributors](#authors--contributors)
- [License](#license)

---

## Descrição

O projeto Meu Portfolio é uma aplicação desenvolvida para apresentar meus projetos e habilidades de forma profissional e organizada. Utilizando tecnologias modernas como NextJS, TypeScript, TailwindCSS e Firebase, o portfólio oferece uma experiência de usuário dinâmica e responsiva. Os visitantes podem explorar capturas de tela dos projetos, ler descrições detalhadas e acessar links para repositórios e demonstrações ao vivo. Além disso, o portfólio inclui seções para contato.

> Você pode acessar o site clicando [aqui](https://raphaelelias.tech)

## Capturas de Tela

Veja as capturas de tela do projeto


### Desktop

### Mobile


### Construído Com

> - NextJS
> - Firebase
> - TypeScript
> - Tailwindcss

## Começando

### Pré-requisitos

> - NodeJS

### Instalação

> Crie um arquivo .env na raiz do projeto com a seguinte estrutura:

```bash
NEXT_PUBLIC_FIREBASE_API_KEY="sua-api-key"
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN="seu-auth-domain"
NEXT_PUBLIC_FIREBASE_PROJECT_ID="seu-project-id"
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET="seu-storage-bucket"
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID="seu-messaging-sender-id"
NEXT_PUBLIC_FIREBASE_APP_ID="seu-app-id"

```

> Em seguida, execute o seguinte comando no terminal do projeto para instalar as dependências:

```bash
npm install
```

> Por fim, é só executar o seguinte comando e pronto!

```bash
npm run dev
```

## License

This project is licensed under the **MIT license**.

See [LICENSE](LICENSE) for more information.