Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aplicando para vaga de front #23

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
8470aff
Fist commit
alvarobianor May 26, 2021
74c7531
Add absolute patch
alvarobianor May 26, 2021
a418da9
Created global styles
alvarobianor May 26, 2021
49580d9
Created colors
alvarobianor May 26, 2021
18c6e1d
Adjusting
alvarobianor May 26, 2021
a118881
Cleaning structure
alvarobianor May 26, 2021
ad41976
Trying to fix layout grid on home page
alvarobianor May 27, 2021
5eec667
Add json-server to simulate the db
alvarobianor May 31, 2021
8de147e
Menu Done
alvarobianor May 31, 2021
6c8d8ef
Dashboard and card done
alvarobianor Jun 2, 2021
eb095f5
Add api + hook created
alvarobianor Jun 3, 2021
413f735
Add api + hook created
alvarobianor Jun 3, 2021
2be5f89
Modal styled finished
alvarobianor Jun 3, 2021
8819786
Styleds done
alvarobianor Jun 3, 2021
b544d77
Load contries done
alvarobianor Jun 3, 2021
3c64d3a
Filter names of countries to pt-br
alvarobianor Jun 5, 2021
588fc97
Ordered countries
alvarobianor Jun 5, 2021
f0f88eb
Ddelete log
alvarobianor Jun 5, 2021
48325d8
Add destinie done
alvarobianor Jun 5, 2021
46b1e88
Show destinies almost done
alvarobianor Jun 5, 2021
df49942
Show destinies done
alvarobianor Jun 6, 2021
c4d6fd3
Crud done
alvarobianor Jun 6, 2021
0d78cd5
Resize done
alvarobianor Jun 6, 2021
c9897fd
First formated to code
alvarobianor Jun 6, 2021
71f6d41
Cleaning logs done
alvarobianor Jun 6, 2021
1da01b2
Change name of method
alvarobianor Jun 6, 2021
79dc7c5
Test deploy
alvarobianor Jun 6, 2021
0f48c31
Switch to create-react-app-buildpack
alvarobianor Jun 6, 2021
c94bfc4
Set new url to new db on heroku
alvarobianor Jun 7, 2021
9e4e2e5
Update
alvarobianor Jun 7, 2021
67c7eee
Update Script
alvarobianor Jun 7, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
- [Requisitos Obrigatórios](#requisitos-obrigatórios)
- [Bônus](#bônus)
- [Submissão e Prazo de Entrega](#submissão-e-prazo-de-entrega)
- [Rodar o projeto](#run-project)
- [Url do Projeto](#url)

## Descrição

Expand Down Expand Up @@ -57,3 +59,34 @@ Quando o usuário clicar em "Adicionar", o formulário deverá ser resetado e o
- O prazo de entrega para este desafio é de 2 (duas) semanas, contando a partir do dia em que o candidato recebeu o email com o link do repositório;
- Ao finalizar o desafio, o candidato deverá submeter o desafio no questionário disponível na sua área de candidato na plataforma(https://menvievagas.com.br/vagas/fam%C3%8Dliapires/) do Processo Seletivo. É só clicar em RESPONDER no questionário e inserir o link do seu PR.
Em caso de dúvidas, enviar um e-mail para [email protected]


### Run-project

Acessar o diretório do front:

`cd /frontend`

Instalar as dependências

`yarn`

ou

`npm install`

Rodar o servidor

`yarn server`

Depois basta abrir outro terminal e

`yarn start`

### Url

Deploy pelo heroku

[Clique aqui para acessar o projeto](https://alvaro-places-2.herokuapp.com/)

https://alvaro-places-2.herokuapp.com/
23 changes: 23 additions & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# production
/build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
46 changes: 46 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Getting Started with Create React App

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

## Available Scripts

In the project directory, you can run:

### `yarn start`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `yarn test`

Launches the test runner in the interactive watch mode.\
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.

### `yarn build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!

See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.

### `yarn eject`

**Note: this is a one-way operation. Once you `eject`, you can’t go back!**

If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.

Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.

You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.

## Learn More

You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).

To learn React, check out the [React documentation](https://reactjs.org/).
3 changes: 3 additions & 0 deletions frontend/db.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"destinies": []
}
61 changes: 61 additions & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.4",
"@material-ui/icons": "^4.11.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react-modal": "^3.12.0",
"axios": "^0.21.1",
"lodash": "^4.17.21",
"polished": "^4.1.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-input-mask": "^2.0.4",
"react-modal": "^3.14.2",
"react-scripts": "4.0.3",
"react-toastify": "^7.0.4",
"styled-components": "^5.3.0",
"styled-media-query": "^2.1.2",
"typescript": "^4.1.2",
"web-vitals": "^1.0.1"
},
"scripts": {
"server": "json-server --watch db.json -p 3333 ",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/lodash": "^4.14.170",
"@types/react-input-mask": "^3.0.0",
"@types/styled-components": "^5.1.9"
}
}
9 changes: 9 additions & 0 deletions frontend/public/favico.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/favicon.ico
Binary file not shown.
44 changes: 44 additions & 0 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favico.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.

Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Lugares que quero conhecer</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.

You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.

To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
Binary file added frontend/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions frontend/public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
3 changes: 3 additions & 0 deletions frontend/public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
12 changes: 12 additions & 0 deletions frontend/src/App.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { DestinationProvider } from "hooks/useDestination";
import Home from "pages/home";
import { ToastContainer } from "react-toastify";

export default function App() {
return (
<DestinationProvider>
<Home />
<ToastContainer autoClose={3000} />
</DestinationProvider>
);
}
Binary file added frontend/src/assets/Header/Lugares.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/Header/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/src/assets/Header/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/src/assets/close/close.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions frontend/src/components/Button/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
import styled from "styled-components";
import Button from "@material-ui/core/Button";
import { useDestination } from "hooks/useDestination";

const Container = styled.div`
display: flex;
width: 100%;
max-width: 400px;
height: 50px;
margin-top: 25px;
align-items: center;
justify-content: center;
background-color: var(--darkGreen);
border-radius: 0.5rem;

.MuiButton-text {
color: white;
}
`;

const ButtonSC = styled(Button)`
font-family: "Roboto", sans-serif;
font-size: 15px;
height: 50px;
width: 200px;
cursor: "pointer";
text-align: "left";
padding: 0.5rem;

text-decoration-color: white;
`;

export default function ButtonForm() {
const { CreateDestinie } = useDestination();

return (
<Container>
<ButtonSC onClick={() => CreateDestinie()}>Adicionar</ButtonSC>
</Container>
);
}
66 changes: 66 additions & 0 deletions frontend/src/components/Card/index.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
import * as S from "./styles";
import EditIcon from "@material-ui/icons/Edit";
import CloseIcon from "@material-ui/icons/Close";
import { useDestination } from "hooks/useDestination";

import IconButton from "@material-ui/core/IconButton";

interface Props {
identify: number;
onOpenModalEditDestination: () => void;
destinie: {
flag: string;
country: string;
goal: string;
place: string;
};
}

export default function Card({
onOpenModalEditDestination,
destinie,
identify,
}: Props) {
const { SetIdToEdit, DeleteDestinie } = useDestination();
return (
<S.Container>
<S.Presentation>
<S.Row>
<S.Flag src={destinie.flag} alt="country" />
<S.ContainerIcons>
<IconButton
color="primary"
size="small"
onClick={() => {
SetIdToEdit(identify);
onOpenModalEditDestination();
}}
>
<EditIcon />
</IconButton>
<IconButton
color="primary"
size="small"
onClick={() => {
const load = async () => {
DeleteDestinie(Number(identify));
};

load();
}}
>
<CloseIcon />
</IconButton>
</S.ContainerIcons>
</S.Row>
<S.Row>
<S.Text>{destinie.country.toUpperCase()}</S.Text>
</S.Row>
</S.Presentation>
<S.Content>
<S.Description>Local: {destinie.place}</S.Description>
<S.Description>Meta: {destinie.goal}</S.Description>
</S.Content>
</S.Container>
);
}
Loading