{"id":27302496,"url":"https://github.com/vikpires/front_calculator-vue","last_synced_at":"2026-04-18T04:33:11.504Z","repository":{"id":243896088,"uuid":"813235082","full_name":"vikpires/FRONT_calculator-vue","owner":"vikpires","description":"Calculator app built using Vue.js and TypeScript.","archived":false,"fork":false,"pushed_at":"2024-12-13T19:39:43.000Z","size":856,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-12T02:51:22.525Z","etag":null,"topics":["calculator","calculator-app","front-end-development","frontend","tailwind-css","tailwindcss","typescript","vue3","vuejs"],"latest_commit_sha":null,"homepage":"https://calculator-vue-s97g.onrender.com/","language":"TypeScript","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/vikpires.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-10T18:23:44.000Z","updated_at":"2024-12-13T19:39:48.000Z","dependencies_parsed_at":"2024-12-07T03:30:09.481Z","dependency_job_id":null,"html_url":"https://github.com/vikpires/FRONT_calculator-vue","commit_stats":null,"previous_names":["vikpires/calculator-vue","vikpires/front_calculator-vue"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikpires/FRONT_calculator-vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpires%2FFRONT_calculator-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpires%2FFRONT_calculator-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpires%2FFRONT_calculator-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpires%2FFRONT_calculator-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikpires","download_url":"https://codeload.github.com/vikpires/FRONT_calculator-vue/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikpires%2FFRONT_calculator-vue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31956974,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["calculator","calculator-app","front-end-development","frontend","tailwind-css","tailwindcss","typescript","vue3","vuejs"],"created_at":"2025-04-12T02:47:40.522Z","updated_at":"2026-04-18T04:33:11.496Z","avatar_url":"https://github.com/vikpires.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Calculator Vue\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg \n        src=\"./public/calculator-screenshot.png\" \n        alt=\"Visual interface of the calculator\" \n        title=\"Screenshot of the calculator's visual interface\" \n        width=\"400px\"\n    /\u003e \n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    Calculator Visual Interface\n\u003c/div\u003e\n\n## Description\n\u003eA responsive and interactive calculator built using Vue.js, TypeScript, and TailwindCSS. This project was developed as part of the TIC 12 Technological Residency Program (RESTIC 12).\n\n## Table of Contents\n\n- [Objective](#objective)\n- [Features](#features)\n- [Tools](#tools)\n- [Project Structure](#project-structure)\n- [Demo](#demo)\n- [Developers](#developers)\n\n---\n\n## Objective\n- Build a fully functional calculator using Vue.Js and TypeScript.\n \n## Features\n- Standard calculator functionality with basic arithmetic operations.\n- Emphasis on usability and user-friendly design.\n- Robust error handling and input validation.\n- Support for scientific notation for large numbers.\n\n## Tools\n\n![VueJS](https://img.shields.io/badge/Vue%20js-35495E?style=for-the-badge\u0026logo=vuedotjs\u0026logoColor=4FC08D)\n![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge\u0026logo=typescript\u0026logoColor=white)\n![TailwindCSS](https://img.shields.io/badge/tailwindcss-%2338B2AC.svg?style=for-the-badge\u0026logo=tailwind-css\u0026logoColor=white)\n![Vite](https://img.shields.io/badge/Vite-B73BFE?style=for-the-badge\u0026logo=vite\u0026logoColor=FFD62E)\n![Git](https://img.shields.io/badge/git-%23F05033.svg?style=for-the-badge\u0026logo=git\u0026logoColor=white)\n![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge\u0026logo=github\u0026logoColor=white)\n\n\n## Project Structure \n\n```\n📁 src/                 # Directory containing all project files\n│\n├───📁 assets/          # Contains static files such as images, fonts, and icons.\n│\n├───📁 components/      # Stores reusable UI components for the calculator.\n│\n├───📁 controllers/     # Contains the logic for controlling the calculator's behavior.\n│\n├───📁 models/          # Defines interfaces and types for the application data\n│\n├───📁 modules/         # Groups related functionality and components globally.\n│\n├───📁 styles/          # Contains style files (CSS) used in the project.\n│\n├───📁 view/            # Stores the application's view\n│\n├───📄 App.vue          # The root component of the application.\n│\n├───📄 main.ts          # The entry file that sets up and initializes Vue.\n```\n\n## Demo \n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg \n    src=\"./public/calculator_demo.gif\" \n    alt=\"Calculator functionalities demonstration in GIF format\" \n    title=\"Demonstration of calculator functionalities in GIF format\" \n    width=\"350px\"\n    /\u003e \n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    Demonstration of Calculator Functionalities\n\u003c/div\u003e\n\u003cbr /\u003e\n\nYou can test the calculator live [here](https://calculator-vue-s97g.onrender.com/).\n\n## Developers \n\n[Beatriz Monteiro](https://github.com/thebiatriz)\u003cbr /\u003e\n[Vitor Pires](https://github.com/vikpires)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpires%2Ffront_calculator-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikpires%2Ffront_calculator-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikpires%2Ffront_calculator-vue/lists"}