{"id":25683059,"url":"https://github.com/henriquemarquesdev/bin-to-dec","last_synced_at":"2026-04-10T01:03:15.745Z","repository":{"id":109938729,"uuid":"348047956","full_name":"henriquemarquesdev/bin-to-dec","owner":"henriquemarquesdev","description":"Application Developed with React Native, Expo and JavaScript.","archived":false,"fork":false,"pushed_at":"2023-12-17T15:08:23.000Z","size":1261,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-27T21:16:10.806Z","etag":null,"topics":["expo","javascript","react","react-native"],"latest_commit_sha":null,"homepage":"","language":"Java","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/henriquemarquesdev.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-03-15T16:40:14.000Z","updated_at":"2023-12-17T15:08:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"6a822ef2-139e-4557-831f-d8f6e6ab8e77","html_url":"https://github.com/henriquemarquesdev/bin-to-dec","commit_stats":null,"previous_names":["henriquemarquesdev/bin-to-dec"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fbin-to-dec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fbin-to-dec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fbin-to-dec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henriquemarquesdev%2Fbin-to-dec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henriquemarquesdev","download_url":"https://codeload.github.com/henriquemarquesdev/bin-to-dec/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240516383,"owners_count":19814016,"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":["expo","javascript","react","react-native"],"created_at":"2025-02-24T16:41:02.239Z","updated_at":"2025-12-30T22:52:48.934Z","avatar_url":"https://github.com/henriquemarquesdev.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e Binary to Decimal\u003c/h1\u003e\n\n\u003ch1 align=\"center\"\u003e\n  🚀 Done 🚀\n\u003c/h1\u003e\n\n\u003cp align=\"center\" \u003e\n  \u003cimg alt=\"Repository size\" src=\"https://img.shields.io/github/repo-size/hmdarkfir3/bin-to-dec?style=for-the-badge\"\u003e\n  \n  \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/hmdarkfir3/bin-to-dec?style=for-the-badge\"\u003e\n  \n  \u003cimg alt=\"License\" src=\"https://img.shields.io/badge/license-MIT-blue.svg?style=for-the-badge\" /\u003e\n\u003c/p\u003e\n\n---\n\n## 📋 About\n\nA mobile application that converts binary numbers to decimal numbers.\n\n---\n\n## ⚙️ Features\n\n- [x] Number input.\n- [x] Input validation to write only 0 and 1.\n- [x] Convert to decimal number.\n\n---\n\n## Demo of The Application\n\n\u003cimg src=\"./src/assets/gif/demonstration.gif\" align=\"center\" min-width=\"300px\" max-width=\"550px\" width=\"300px\" /\u003e\n\n## 📂 How to run this project\n\nTo clone and run this app, you will need to [Git](https://git-scm.com), [NodeJs](https://nodejs.org/en/) and [Android Studio](https://developer.android.com/studio) installed on your computer or a mobile device with android or ios with the [Expo Go](https://expo.dev/client) app installed.\n\n### 🌀 Cloning the repository\n\n```bash\n# Clone this repository\n$ git clone https://github.com/HMDarkFir3/bin-to-dec.git\n\n# Access the project folder in the terminal/cmd\n$ cd bin-to-dec\n```\n\n### 🎲 Running the Application\n\n```bash\n# Install dependencies\n$ yarn install ou npm install\n\n# If you are using your cellphone how emulator, run\n$ npx expo start\n\n# If you are using the Android emulator, run\n$ yarn android ou npm run android\n\n# If you are using the IOS emulator, run\nyarn ios ou npm run ios\n```\n\n---\n\n## 🚀 Technologies Used\n\nThe project was developed using the following technologies:\n\n- [React Native](https://reactnative.dev)\n- [Expo](https://expo.io)\n- [JavaScript](https://developer.mozilla.org/pt-BR/docs/Web/JavaScript)\n\n---\n\n## 💪 How to contribute to the project\n\n1. Make a **fork** of the project.\n2. Create a new branch with your changes: `git checkout -b my-feature`\n3. Save the changes and create a commit message telling you what you've done: `git commit -m \"feature: My new feature\"`\n4. Submit your changes: `git push origin my-feature`\n   \u003e If you have any questions check out this [guide on how to contribute to GitHub](https://github.com/firstcontributions/first-contributions)\n\n---\n\n## 🧑 Author\n\n\u003cimg style=\"border-radius: 50%;\" src=\"https://github.com/HMDarkFir3.png\" width=\"150px;\" alt=\"\"/\u003e\n \u003ch4\u003eHenrique Luís Oliveira Marques\u003c/h4\u003e\n\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://www.linkedin.com/in/henrique-luís-oliveira-marques-3406361a7/\" target=\"_blank\"\u003e\u003cimg src=\"https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge\u0026logo=linkedin\u0026logoColor=white\"\u003e\u003c/a\u003e\n\u003cp\u003e\n\n---\n\n## 📝 License\n\nThis project is under the MIT license. See the [LICENSE](./LICENSE) to learn more.\n\u003cbr\u003e\n👋🏽 [Get in touch!](https://www.linkedin.com/in/henrique-luís-oliveira-marques-3406361a7/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriquemarquesdev%2Fbin-to-dec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenriquemarquesdev%2Fbin-to-dec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenriquemarquesdev%2Fbin-to-dec/lists"}