Skip to content

Gustavohsdp/technical-frontend

Repository files navigation

Mypharma technical test

products cart cart

🔖 Project

Application to make purchases of products, you can add products to your shopping cart and then complete the purchase. Application has customer order history and order details screen.

Application was built using the technologies below, and the deployment was performed in vercel.

🚀 Techs & Tools

TypeScriptNextJsReact Hook FormTailwind

Setup

Create an .env file:

$ cp .env.example .env

Edit this file and set the values for the requested environment variables, example:

NEXT_PUBLIC_HOST_API = 'api url';

Run app

$ pnpm install
$ pnpm run dev

Build app

$ pnpm run build