lucas-araujo-costa / frontend-challenge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Capputeeno

Welcome! This respostitory contains my solution for Rocketseat´s open source Frontend Challenge.

Prototype

About

I did this challenge based on Fernanda Kipper's video. The challenge is to create an e-commerce web application that consumes a GraphQL API.

📋 Requirements

  • Follow this prototype on Figma
  • Use Next.js (14) and Typescript
  • Create components with styled-components
  • Consume from the provided GraphQL API

🖥️ Installation

Frontend

  1. Clone this repo
git clone https://github.com/lucas-araujo-costa/frontend-challenge.git
  1. Go to the project folder
cd frontend-challenge
cd capputeeno
  1. Install dependencies
npm install
  1. Run Front-end
npm run dev

Running the API

  1. Go to the API folder
cd frontend-challenge
cd api
  1. Install dependencies
yarn install
  1. Run start
yarn start

About


Languages

Language:TypeScript 90.0%Language:JavaScript 8.6%Language:CSS 1.4%