Skip to content

Commit 09c3493

Browse files
committed
chore: remove project files and dependencies
- Deleted package.json and related dependencies. - Removed image assets from public/imgs. - Deleted layout, page, and component files from src/app and src/components. - Removed portfolio data and theme configuration. - Deleted TypeScript configuration file.
1 parent c2904b6 commit 09c3493

101 files changed

Lines changed: 1 addition & 70890 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 0 additions & 31 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,2 @@
1-
# Portfólio — Matheus Louzada
1+
# Portfólio
22

3-
![Next.js](https://img.shields.io/badge/Next.js-14-black?style=for-the-badge&logo=next.js&logoColor=white)
4-
![React](https://img.shields.io/badge/React-18-61DAFB?style=for-the-badge&logo=react&logoColor=black)
5-
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?style=for-the-badge&logo=typescript&logoColor=white)
6-
![Chakra UI](https://img.shields.io/badge/Chakra_UI-2-319795?style=for-the-badge&logo=chakraui&logoColor=white)
7-
8-
Portfólio pessoal desenvolvido com Next.js 14, React, TypeScript e Chakra UI. Apresenta perfil profissional, projetos e trabalhos anteriores.
9-
10-
## Funcionalidades
11-
12-
- Dark/Light mode com persistência
13-
- Navbar responsiva com menu mobile
14-
- Slider de projetos interativo
15-
- Layout responsivo para todos os tamanhos de tela
16-
- Botão de voltar ao topo
17-
18-
## Tecnologias
19-
20-
- **Framework:** Next.js 14 (App Router)
21-
- **UI:** React 18 + Chakra UI v2
22-
- **Linguagem:** TypeScript
23-
- **Fontes:** Lato + Raleway (Google Fonts)
24-
25-
## Rodar localmente
26-
27-
```bash
28-
npm install
29-
npm run dev
30-
```
31-
32-
Acesse [http://localhost:3000](http://localhost:3000).
33-
34-
## Build
35-
36-
```bash
37-
npm run build
38-
npm start
39-
```

0 commit comments

Comments
 (0)