Welcome! This repository contains my solution for Frontend Challenge - Capputeeno powered by Rocketseat π
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
This project was developed using the following technologies:
# Clone the repository
$ git clone https://github.com/evertoont/capputeeno-challenge-frontend
# Enter the repository
$ cd frontend-capputeeno
# Install dependencies
$ npm i or npm install
# Run the application
$ npm run dev
# Enter the repository
$ cd api-capputeeno
# Install dependencies
$ npm i or npm install
# Run the application
$ npm start