Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 835 Bytes

File metadata and controls

26 lines (20 loc) · 835 Bytes

devstore

This application is a simple shirt store made with Next.js (App Router).
In this project, I learned how to build a Next App using App Router and several concepts like Server Components, Client Components, how data is fetched in components, memoization, cache, loading pages, etc.
I also used Cypress to do end-to-end tests and created a workflow to do CI in github, running all the tests when a new push is made to the repo.

Figma (app layout): https://www.figma.com/community/file/1299037596397442545/devstore-projeto-react

Tools

  • Next.js
  • Typescript
  • React
  • zod
  • Lucide React
  • Tailwind CSS
  • Cypress

Preview

Home

Preview 1

Product Page

Preview 2

Search Page

Preview 3