Skip to content

evertoont/capputeeno-challenge-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

78 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Front end challenge - Capputeeno

Welcome! This repository contains my solution for Frontend Challenge - Capputeeno powered by Rocketseat πŸš€

image

🧠 About

The challenge will be to implement an e-commerce for the sale of mugs and t-shirts that should have the following functionalities:

  • Product catalog with pagination
  • Product Page
  • Filter products by category
  • Filter products by priority
  • Search by product name
  • Add and remove products from cart
  • Checkout
  • Responsive Layout
  • Tests

πŸ§ͺ Technologies

This project was developed using the following technologies:

πŸš€ Getting Started and running the Project

# Clone the repository
$ git clone https://github.com/evertoont/capputeeno-challenge-frontend

Frontend

# Enter the repository
$ cd frontend-capputeeno

# Install dependencies
$ npm i or npm install

# Run the application
$ npm run dev

Running the API

# Enter the repository
$ cd api-capputeeno

# Install dependencies
$ npm i or npm install

# Run the application
$ npm start

About

Frontend challenge by Rocketseat πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published