{"id":20375588,"url":"https://github.com/juliolmuller/ufpr-gitlab-explorer","last_synced_at":"2026-05-06T19:37:45.223Z","repository":{"id":110658071,"uuid":"336151276","full_name":"juliolmuller/ufpr-gitlab-explorer","owner":"juliolmuller","description":"Project developed as per college assignment:. A React Native app to consume GitLab API.","archived":false,"fork":false,"pushed_at":"2023-04-12T03:00:31.000Z","size":1720,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-01-15T07:07:20.984Z","etag":null,"topics":["gitlab-api","javascript","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/juliolmuller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-05T03:19:57.000Z","updated_at":"2023-04-12T03:00:38.000Z","dependencies_parsed_at":"2023-05-02T03:12:34.666Z","dependency_job_id":null,"html_url":"https://github.com/juliolmuller/ufpr-gitlab-explorer","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fufpr-gitlab-explorer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fufpr-gitlab-explorer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fufpr-gitlab-explorer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliolmuller%2Fufpr-gitlab-explorer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliolmuller","download_url":"https://codeload.github.com/juliolmuller/ufpr-gitlab-explorer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241924283,"owners_count":20043184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["gitlab-api","javascript","react","react-native"],"created_at":"2024-11-15T01:31:51.244Z","updated_at":"2026-05-06T19:37:43.982Z","avatar_url":"https://github.com/juliolmuller.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"./.github/logo.jpg\" alt=\"GitLab Explorer\" title=\"GitLab Explorer\" /\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"#trophy-lessons-learned\"\u003eLessons Learned\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#rocket-technologies--resources\"\u003eTechnologies\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n  \u003ca href=\"#hammer-setting-up-the-environment\"\u003eEnvironment Setup\u003c/a\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/static/v1?labelColor=000000\u0026color=2089dc\u0026label=created%20at\u0026message=Feb%202021\" alt=\"Creation Date\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/last-commit/juliolmuller/gitlab-explorer-app?label=updated%20at\u0026labelColor=000000\u0026color=2089dc\" alt=\"Update Date\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/v/tag/juliolmuller/gitlab-explorer-app?label=latest%20version\u0026labelColor=000000\u0026color=2089dc\" alt=\"Latest Version\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/static/v1?labelColor=000000\u0026color=2089dc\u0026label=PRs\u0026message=welcome\" alt=\"Pull Requests Welcome\" /\u003e\n\n  \u003cimg src=\"https://img.shields.io/github/license/juliolmuller/gitlab-explorer-app?labelColor=000000\u0026color=2089dc\" alt=\"Project License\" /\u003e\n\u003c/p\u003e\n\n![Application snapshot](./.github/app-overview.jpg)\n\nApplication developed as an assignment to college, subject Development for Mobile Devices, at UFPR, in order to learn building **React Native** applications. The project seeks to apply knowledge in functional components, React Navigation, HTTP calls and Context API.\n\nThe proposal was to build a simple mobile app to consume GitLab API, implementing an authentication method to be able to navigate inside the app. The application should keep the access token with [AsyncStorage](https://react-native-async-storage.github.io/async-storage/), besides implementing a navigation drawer, using [React Navigation](https://reactnavigation.org/) extension. The usa og a third-party UI library was mandatory. A good-looking app may earn extra points 😍.\n\n## :trophy: Lessons Learned\n\n- Configuring React Context for authentication flow;\n- Using React Native AsyncStorage package 😎;\n- React Native Elements UI components 😠;\n- Complex navigation with React Navigation (*drawer* and *bottom tabs*);\n- Holding on splash screen while app is loading resources;\n- COnfiguring status bar appearance (Android);\n- Fetching data from GitLab API;\n\n## :rocket: Technologies \u0026 Resources\n\n**Frontend:**\n- React Native\n- Expo Framework\n- Elements UI\n- Axios (HTTP client)\n- AsyncStorage\n\n**Development:**\n- Visual Studio Code\n- NPM routines\n\n## :hammer: Setting up the Environment\n\nBefore starting the development server, you need to set up the environment variables in a `.env` file, at the project root. For convenience, you can use `.env.example` as reference, so you'll know all variables available in the application. The most important one is **GITLAB_API_URL**, which points to the GitLab platform you want to fetch data from.\n\nMake sure to have **Node.js 10+** installed in your machine and its **npm** available in the command line, then use the following routines:\n\n```bash\n$ npm install   # download all dependencies\n$ npm start     # run development server\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliolmuller%2Fufpr-gitlab-explorer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliolmuller%2Fufpr-gitlab-explorer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliolmuller%2Fufpr-gitlab-explorer/lists"}