Descrição breve do projeto, explicando o que ele faz e para qual propósito foi desenvolvido.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Tag from '../Tag' | |
| import star from '../../assets/images/star.png' | |
| import Button from '../Button' | |
| import * as S from './styles' | |
| type ShopProps = { | |
| isFeatured: boolean | |
| title: string |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import styled from 'styled-components' | |
| import { colors } from '../../styles' | |
| import { TagContainer } from '../Tag/styles' | |
| export const Card = styled.div` | |
| background-color: ${colors.white}; | |
| display: block; | |
| margin-bottom: 48px; | |
| position: relative; | |
| color: ${colors.tertiary}; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import React, { useEffect, useState } from 'react' | |
| import { Formik, ErrorMessage } from 'formik' | |
| import * as Yup from 'yup' | |
| import { useDispatch, useSelector } from 'react-redux' | |
| import { RootReducer } from '../../store' | |
| import { setSidebar } from '../../store/reducers/cart' | |
| import { usePurchaseMutation } from '../../services/api' | |
| import Button from '../Button' | |
| import { parseToBrl } from '../../utils' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| * { | |
| box-sizing: border-box; | |
| margin: 0; | |
| padding: 0; | |
| } | |
| body > header { | |
| background-color: #2f3640; | |
| padding: 16px 0; | |
| color: #f5f6fa; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="pt-br"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Containers</title> | |
| <link rel="stylesheet" type="text/css" href="./style.css"> | |
| </head> | |
| <body> | |
| <header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { useEffect, useState } from "react" | |
| import { useParams } from "react-router-dom" | |
| import HeaderProfile from "../../components/HeaderProfile" | |
| import BannerDish from "../../components/BannerDish" | |
| import DishCard from "../../components/DishCard" | |
| import { ContainerList } from "./styles" | |
| export type dish = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 - INVEJA é mesmo uma MERDA ! CU RoXismo Hamitóide. Mas, amo ver essas oposições de POBRE CRÔNICO BURRO VITIMISTA GOY OLHO -GORDO , pois e uma delícia ver essa malta se FUDER SEMPRE ! Estão há 5 milênios a tomarem bem socado nos seus rabos fétidos, ao passo que, nos JUDEUS SEMPRE a prosperar, liderar, es disciplinar esses nossos eternos ESPARROS, como bem manda em Gênesis 9:27 ! Sugestão: façam o HARAQUIRI BAIANO ! Kkkkkkkkkkkk | |
| 2 - Tu que és brasuca ameríndio burro e desconhecem a sintaxe, morfosintaxe e regência portuguesa, oh alunóide PISA de MEC ENEM, a vergonha MUNDIAL. Olha teu rabo roxo FDP ! Boçal e analfabeto funcional. | |
| 3 - seu merda rola bosta filho de cabrita goym! Cala essa boca cospe porra FDP de escola pública, verme, párea, TÍPICO APEDEUTA, BOÇAL no assunto, ÓBVIO, não olha ao próprio rabo e a PIORAR : de seis antepassados SELVAGENS CANIBAIS, FEITICEIROS QUE WUEIMAVAM SEUS BEBÊS SINDA VIVOS E SE DEFICIENTES, ENTERRAM TB VIVOS ! BRASUCAS | |
| 4 - Embusteiro nada pode ter acesso a KABALLAH ! Ele f |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /// <reference types="cypress" /> | |
| describe("Testes para a agenda", () => { | |
| beforeEach(() => { | |
| cy.visit("https://agenda-contatos-react.vercel.app/"); | |
| }); | |
| it("Deve incluir um novo contato", () => { | |
| cy.get('input[type="text"]').type("teste"); | |
| cy.get('input[type="email"]').type("[email protected]"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = function(grunt){ | |
| grunt.initConfig({ | |
| pkg: grunt.file.readJSON("package.json"), | |
| less:{ | |
| development:{ | |
| files:{ | |
| 'dev/styles/main.css': 'src/styles/main.less' | |
| } | |
| }, | |
| production:{ |
NewerOlder