{"id":20760772,"url":"https://github.com/dracula27/odin-calculator","last_synced_at":"2026-04-29T12:37:51.869Z","repository":{"id":92041750,"uuid":"460605378","full_name":"DrAcula27/odin-calculator","owner":"DrAcula27","description":"The Odin Project - Foundations - JavaScript Basics - PROJECT: Calculator","archived":false,"fork":false,"pushed_at":"2022-03-02T22:40:20.000Z","size":128,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T05:29:17.446Z","etag":null,"topics":["css","git","html","javascript"],"latest_commit_sha":null,"homepage":"https://dracula27.github.io/odin-calculator/","language":"Rich Text Format","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/DrAcula27.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":"2022-02-17T20:56:29.000Z","updated_at":"2022-11-08T15:45:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"6773d160-ec16-44bd-8484-24c7b5fd103e","html_url":"https://github.com/DrAcula27/odin-calculator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DrAcula27%2Fodin-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DrAcula27","download_url":"https://codeload.github.com/DrAcula27/odin-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243076603,"owners_count":20232438,"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":["css","git","html","javascript"],"created_at":"2024-11-17T10:15:42.046Z","updated_at":"2025-12-16T10:22:53.722Z","avatar_url":"https://github.com/DrAcula27.png","language":"Rich Text Format","funding_links":[],"categories":[],"sub_categories":[],"readme":"# odin-calculator\n\u003cstrong\u003eThe Odin Project - Foundations - JavaScript Basics - PROJECT: Calculator\u003c/strong\u003e\n\n\u003cp\u003eThe goal of this project is to continue to build on and cement my HTML, CSS, JavaScript, and DOM manipulation skills and knowledge that I have gained while working through The Odin Project. This is the final project in The Odin Project's Foundations course.\u003c/p\u003e\n\u003cp\u003eThis project is a browser version of a 4-function calculator, plus a few extras:\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003eToggle whether the number is positive or negative\u003c/li\u003e\n    \u003cli\u003eConvert the number to a percentage\u003c/li\u003e\n    \u003cli\u003eDecimal input, without adding more than one decimal\u003c/li\u003e\n    \u003cli\u003eAn undo button\u003c/li\u003e\n    \u003cli\u003eKeyboard support\u003c/li\u003e\n\u003c/ul\u003e\n\u003cp\u003e\u003cem\u003eNOTE: the calculator only evaluates one pair of numbers at a time, as per the specifications on the project page.\u003c/em\u003e\u003c/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eAfter completing this project, I have accomplished:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003eContinued improvement of version control using Git and GitHub\u003c/li\u003e\n    \u003cli\u003eUnderstanding the DOM and how to manipulate it\u003c/li\u003e\n    \u003cli\u003eContinued improvement of HTML, CSS, and JavaScript skills:\u003c/li\u003e\n    \u003cul\u003e\n        \u003cli\u003eImporting custom fonts using HTML and CSS\u003c/li\u003e\n        \u003cli\u003eUsing CSS pseudo elements to set a background image\u003c/li\u003e\n        \u003cli\u003ePractice with CSS flexbox and CSS grid\u003c/li\u003e\n        \u003cli\u003eUsing JS to make HTML buttons function\u003c/li\u003e\n        \u003cli\u003ePractice breaking problems down into smaller, easy-to-solve problems\u003c/li\u003e\n        \u003cli\u003eUsing JS to write functions to solve these small problems, and calling functions within functions to solve the larger problems\u003c/li\u003e\n    \u003c/ul\u003e\n\u003c/ul\u003e\n\n\u003cp\u003e\u003cstrong\u003eProject Source:\u003c/strong\u003e https://www.theodinproject.com/paths/foundations/courses/foundations/lessons/calculator\u003c/p\u003e\n\n\u003cp\u003e\u003cstrong\u003eCredits:\u003c/strong\u003e\u003c/p\u003e\n\u003cul\u003e\n    \u003cli\u003eBackground Image: https://thedoctorwhosite.co.uk/dalek/types/4-original-supreme-black-dalek/\u003c/li\u003e\n    \u003cli\u003eIcon: https://findicons.com/icon/146054/dalek\u003c/li\u003e\n    \u003cli\u003eFont: https://www.1001fonts.com/dalek-font.html\u003c/li\u003e\n\u003c/ul\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fodin-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdracula27%2Fodin-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdracula27%2Fodin-calculator/lists"}