Skip to main content
Site logo
Back to home

João Victor · 2022

Github Blog

Front-end engineer (solo)

This project is an Ignite challenge, developed by me from scratch.

Visit site
  • React
  • Vite
  • Vercel deploy
  • React hook form
  • zod
  • swr
Github Blog

Problem

An Ignite challenge, built from scratch, to consume the GitHub API and render a personal blog whose posts are authored as GitHub issues.

Outcome

A Vite + React blog that lists posts from the GitHub issues API with client-side search and per-post pages rendered from Markdown.

Highlights

  • Posts sourced from the GitHub REST API
  • Search form validated with React Hook Form + Zod
  • Data fetching and caching with SWR
  • Styled with Styled Components

README

Github Blog

Sobre o projeto

Aplicação desenvolvida como desafio do Ignite.

Tecnologias

  • React
  • Vite
  • Styled Components
  • SWR

Como rodar?

# clone este repositorio
git clone git@github.com:joaovictor3g/coffee-delivery.git

# entre no diretório
cd coffee-delivery

# instale as dependências
yarn || npm i

# Rode o projeto
yarn dev || npm run dev