{"id":21300982,"url":"https://github.com/lucenarenato/reactnative-brasil-app","last_synced_at":"2026-04-19T10:33:12.259Z","repository":{"id":42095082,"uuid":"244193459","full_name":"lucenarenato/reactnative-brasil-app","owner":"lucenarenato","description":"react native for web, Google maps API and Foursquare API.","archived":false,"fork":false,"pushed_at":"2022-12-12T03:17:45.000Z","size":7284,"stargazers_count":2,"open_issues_count":20,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T20:38:02.535Z","etag":null,"topics":["foursquare-api","google-maps","react","react-native"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lucenarenato.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-03-01T17:32:22.000Z","updated_at":"2023-03-04T05:11:09.000Z","dependencies_parsed_at":"2023-01-27T12:31:14.195Z","dependency_job_id":null,"html_url":"https://github.com/lucenarenato/reactnative-brasil-app","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lucenarenato/reactnative-brasil-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucenarenato%2Freactnative-brasil-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucenarenato%2Freactnative-brasil-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucenarenato%2Freactnative-brasil-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucenarenato%2Freactnative-brasil-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lucenarenato","download_url":"https://codeload.github.com/lucenarenato/reactnative-brasil-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lucenarenato%2Freactnative-brasil-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32004036,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["foursquare-api","google-maps","react","react-native"],"created_at":"2024-11-21T15:43:13.198Z","updated_at":"2026-04-19T10:33:12.238Z","avatar_url":"https://github.com/lucenarenato.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Brasil App\nBrasil é aplicativo usado para obter dados atualizados sobre os melhores lugares para encontrar comida deliciosa enquanto visita o Brasil.\n\n![tela](tela.png) \n![tela1](tela1.png) \n![tela2](tela2.png) \n## Table of Contents\n\n* [Getting Started](#Getting Started)\n* [User Instruction](#User Instruction)\n* [Dependencies](#Dependencies)\n* [Resources](#Resources)\n* [Contributing](#contributing)\n* [Authors](#Authors)\n* [Acknowledgments](#Acknowledgments)\n\n## Getting Started\n\n*   This project is using react native for web, Google maps API and Foursquare API.\n\n*   For developers: you can find the project as a Github repository [here.](https://github.com/lucenarenato/reactnative-brasil-app)\n\n* To run this project you need:\n    - [Git](https://git-scm.com/downloads)\n    - [Node.js](https://nodejs.org/en/download/)\n    - jQuery[AJAX](http://api.jquery.com/jquery.ajax/)\n    - [NPM](https://www.npmjs.com/) Node Package manager\n    - [React](https://reactjs.org/)\n    - [React Native For Web](https://github.com/necolas/react-native-web)\n    - [Google Maps API](https://developers.google.com/maps/documentation)\n\n* To run the project locally use following commands\n``` \nbuild react bundle from scratch\n\n\t- \u003e install create-react-app globally\n\n1)\u003e\u003e npm install -g create-react-app\n\n\t- \u003e create your app\n\n2)\u003e\u003e create-react-app \u003capp-name\u003e\n\n    - \u003e go to the created app folder\n\n3)\u003e\u003e cd \u003capp-name\u003e\n\n\t- \u003e install npm modules\n\n4)\u003e\u003e npm install \n\n\t- \u003e run your app server\n\n5)\u003e\u003e npm run start\n\nNote: to run a backend server, open a new terminal \u003e\u003e\u003e run \n\t\n    \u003e\u003e node server.js\n\nInstall npm packages you need to develop react app\n\n\t- \u003e install Prop-types\n\n1)\u003e\u003e npm install --save prop-types\n\n    - \u003e install escape-string-regexp\n\n2)\u003e\u003e npm install --save escape-string-regexp\n\t\n    - \u003e install sort-by\n\n3)\u003e\u003e npm install --save sort-by\n\n    - \u003e install react-router-dom\n    \n4)\u003e\u003e npm install --save react-router-dom\n\t\n    - \u003e install react-router\n\n5)\u003e\u003e npm install --save react-router\n\nNote: to run all at once\n\n\u003e\u003e npm install --save prop-types escape-string-regexp sort-by react-router-dom react-router\n\n``` \n\n## User Instruction\n  \n* To use the app you can search from the cities list using English and Arabic, clicking the find button will initiate a search for restaurants and coffee shops found in this city.\n\n## Dependencies\n\n* The project uses these dependancies and packages\n\n    - [Google Maps API](https://developers.google.com/maps/documentation)\n\n    - [Four square API](https://foursquare.com/)\n    \n    - [React Native Web](https://github.com/necolas/react-native-web)\n\n    - [Animate Css](https://github.com/daneden/animate.css/)\n\n    - [Axios](https://github.com/axios/axios)\n\n    - [Code Sand Box](https://codesandbox.io/)\n\n    - [React PropTypes](https://www.npmjs.com/package/prop-types)\n\n    - [SortBY](https://www.npmjs.com/package/sort-by)\n\n    - [Escape String Regexp](https://www.npmjs.com/package/escape-string-regexp)\n\n\n## Resources\n\n*   This project was built using object oriented javascript.\n\n*   This project was built using jQuery[AJAX](http://api.jquery.com/jquery.ajax/).\n\n*   This project is using [React Native Web](https://github.com/necolas/react-native-web) as a base for responsive app build.\n\n* The project is forked mainly as an empty template from [codesandbox](https://codesandbox.io/)\n\n## Contributing\n\n*   This project is currently under developing, any contributions will be appreciated.\n    \nFor details, check out [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Authors\n\n*   This project is developed by [Renato Lucena](https://www.linkedin.com/in/renato-de-oliveira-lucena-33777133/)\n* https://www.renatolucena.net/\n\n## Acknowledgments\n\n*  I find these links very helpful, check it if you have some queries while using the project.\n\n    -   [Layout in react native](https://www.youtube.com/watch?v=9jUtm-GokZI\u0026t=603s)\n    -   [Use Foursquare API](https://www.youtube.com/watch?v=MEzcDiA6shM)\n    -  [Child parent relationship](https://www.youtube.com/watch?v=dyL99ACQfsM)\n \n## Links\n- https://latitudelongitude.org/br/sao-paulo/\n- https://pt.foursquare.com/\n\n## Renato lucena - 2020\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucenarenato%2Freactnative-brasil-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucenarenato%2Freactnative-brasil-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucenarenato%2Freactnative-brasil-app/lists"}