Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neitdutra/dio-restaurant-search

Criando um site com React para encontrar restaurantes usando Google Maps que consulta API do Google
https://github.com/neitdutra/dio-restaurant-search

babel eslint google-maps-api react

Last synced: about 11 hours ago
JSON representation

Criando um site com React para encontrar restaurantes usando Google Maps que consulta API do Google

Awesome Lists containing this project

README

        

# Restaurant search

*"Criando um site para encontrar restaurantes usando Google Maps que consulta API do Google"*

Bootcamp MRV Front End SPA Developer - Digital Innovation One Inc.

## Escopo

Desenvolvimento de um sistema web de busca com React.js para encontrar restaurantes nos arredores, usando API do Google / Maps

## Tecnologias

```json
{
"name": "restaurants-search",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.1",
"styled-components": "^5.3.0"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.7.4",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-plugin-module-resolver": "^4.0.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-watch": "^6.0.1",
"prettier": "^1.19.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
```

## Deploy

On line neste link => [help](https://cranky-shaw-fd62be.netlify.app/)

:construction: ...em desenvolvimento... :construction: