Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joao208/personal-website
Meu site pessoal, usando next, typescript com api routes, para postar artigos, dicas, meus projetos e minha história como desenvolvedor
https://github.com/joao208/personal-website
blog nextjs node projects react styled-components
Last synced: 23 days ago
JSON representation
Meu site pessoal, usando next, typescript com api routes, para postar artigos, dicas, meus projetos e minha história como desenvolvedor
- Host: GitHub
- URL: https://github.com/joao208/personal-website
- Owner: Joao208
- License: mit
- Created: 2021-11-22T02:21:32.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-05T16:23:40.000Z (over 2 years ago)
- Last Synced: 2023-03-21T09:29:14.920Z (over 1 year ago)
- Topics: blog, nextjs, node, projects, react, styled-components
- Language: TypeScript
- Homepage: https://joaobarros.blog/
- Size: 17 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## My Personal Website 😁
[![Sonarcloud Status](https://sonarcloud.io/api/project_badges/measure?project=Joao208_fe_personal_website&metric=alert_status)](https://sonarcloud.io/dashboard?id=Joao208_fe_personal_website)
![Badge](https://img.shields.io/github/license/joao208/fe_personal_website)
## 🚀 Tecnologias utilizadas
O projeto foi desenvolvido utilizando as seguintes tecnologias
- [NextJs](https://nextjs.org/)
- [Styled Components](https://styled-components.com/)## Links
[Demo](https://joaobarros.blog)
[Backend](https://github.com/Joao208/bk_personal_website)---
## 🗂 Como rodar o projeto
```bash
# Clonar o repositório
$ git clone https://github.com/Joao208/fe_personal_website
# Entrar no diretório
$ cd fe_personal_website
# Instalar as dependências
$ yarn
# Iniciar o projeto
$ yarn dev
```---
Template usado: [nextjs-complete-boilerplate](https://github.com/douglas-henrique/nextjs-complete-boilerplate) 🖤
Desenvolvido 🖤 por João Augusto Silva de Barros