{"id":21682113,"url":"https://github.com/evrendev/calculator-app","last_synced_at":"2026-04-11T12:36:27.096Z","repository":{"id":258156681,"uuid":"590003150","full_name":"evrendev/calculator-app","owner":"evrendev","description":"Frontend Mentor - Calculator app","archived":false,"fork":false,"pushed_at":"2023-01-18T07:52:09.000Z","size":402,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-31T01:25:54.126Z","etag":null,"topics":["calculator","calculator-application","frontend-mentor","javascript","scss","theme","theme-switcher","theme-ui","vue3"],"latest_commit_sha":null,"homepage":"https://evrendev.github.io/calculator-app/","language":"SCSS","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/evrendev.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":"2023-01-17T12:53:27.000Z","updated_at":"2023-01-17T13:13:18.000Z","dependencies_parsed_at":"2024-10-17T21:50:15.459Z","dependency_job_id":null,"html_url":"https://github.com/evrendev/calculator-app","commit_stats":null,"previous_names":["evrendev/calculator-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/evrendev/calculator-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fcalculator-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fcalculator-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fcalculator-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fcalculator-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evrendev","download_url":"https://codeload.github.com/evrendev/calculator-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evrendev%2Fcalculator-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31681201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-application","frontend-mentor","javascript","scss","theme","theme-switcher","theme-ui","vue3"],"created_at":"2024-11-25T15:33:05.787Z","updated_at":"2026-04-11T12:36:27.076Z","avatar_url":"https://github.com/evrendev.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - Calculator app solution\n\nThis is a solution to the [Calculator app challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/calculator-app-9lteq5N29/hub). Frontend Mentor challenges help you improve your coding skills by building realistic projects.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n  - [Project Setup](#setup)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [What I learned](#what-i-learned)\n  - [Continued development](#continued-development)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for the site depending on their device's screen size\n\n### Screenshot\n\n![desktop image](https://raw.githubusercontent.com/evrendev/calculator-app/main/screens/desktop-screen.jpg)\n![mobile image](https://raw.githubusercontent.com/evrendev/calculator-app/main/screens/mobile-screen.jpg)\n\n### Links\n\n- Solution URL: [@github](https://github.com/evrendev/calculator-app)\n- Live Site URL: [@github pages](https://evrendev.github.io/calculator-app/)\n\n### Setup\n\n## Recommended IDE Setup\n\n[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.vscode-typescript-vue-plugin).\n\n## Customize configuration\n\nSee [Vite Configuration Reference](https://vitejs.dev/config/).\n\n## Project Setup\n\n```sh\nnpm install\n```\n\n### Compile and Hot-Reload for Development\n\n```sh\nnpm run dev\n```\n\n### Compile and Minify for Production\n\n```sh\nnpm run build\n```\n\n### Lint with [ESLint](https://eslint.org/)\n\n```sh\nnpm run lint\n```\n\n## My process\n\nI started by reviewing the design specification. I then started markup knowing that the mobile and desktop layouts would use the same cards, with different page layouts. From there, I stated the styling with mobile-first workflow and then created two media queries to handle the transition from the mobile to the desktop layouts.\n\n### Built with\n\n- Vue3 with Vite\n- Semantic HTML5 markup\n- Mobile-first workflow\n- SCSS preprocessing\n- CSS custom properties\n- Flexbox\n\n### What I learned\n\nThis project was an excellent excercise in JS and CSS. I learned how to add theme support using JS and CSS. Also helped me take my JS knowledge to the next level.\n\n### Continued development\n\nI am looking forward to the next project to build on the JS and CSS experience for an additional challenge.\n\n### Useful resources\n\n- [Kevin Powell](https://www.kevinpowell.co/) - Kevin Powell is an excellent teacher and I relied heavily on the notes that I took from his CSS courses taught on scrimba.com.\n- [A Complete Guide to Flexbox ](https://css-tricks.com/snippets/css/a-guide-to-flexbox/) - I have found css.tricks.com to be a valuable resourse for flexbox, and all things CSS.\n- [Vue3 Offical Documentation ](https://vuejs.org/guide/introduction.html/)\n\n## Author\n\n- Frontend Mentor - [@evrendev](https://www.frontendmentor.io/profile/evrendev)\n- Github - [@evrendev](https://github.com/evrendev)\n- Twitter - [@evrendev](https://www.twitter.com/evrendev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Fcalculator-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevrendev%2Fcalculator-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevrendev%2Fcalculator-app/lists"}