{"id":28218636,"url":"https://github.com/tsdebug/codsoft_task-3","last_synced_at":"2026-01-29T23:02:53.312Z","repository":{"id":257011559,"uuid":"857083374","full_name":"tsdebug/codsoft_task-3","owner":"tsdebug","description":"3rd task of codsoft virtual internship - a calculator. This is a beautifully styled calculator that can perform the basic calculations.","archived":false,"fork":false,"pushed_at":"2025-12-30T18:39:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T15:46:29.879Z","etag":null,"topics":["calculator","codsoft","codsoft-virtual-internship","css3","html-css-javascript","html5","javascript"],"latest_commit_sha":null,"homepage":"https://tsdebug.github.io/codsoft_task-3/","language":"HTML","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/tsdebug.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-09-13T19:10:35.000Z","updated_at":"2025-12-30T18:39:57.000Z","dependencies_parsed_at":"2024-09-14T10:10:40.709Z","dependency_job_id":"389b67b2-75e4-4b0f-b771-6706802fa8eb","html_url":"https://github.com/tsdebug/codsoft_task-3","commit_stats":null,"previous_names":["tanushreeshaw01/codsoft_task-3","tsdebug/codsoft_task-3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsdebug/codsoft_task-3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdebug%2Fcodsoft_task-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdebug%2Fcodsoft_task-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdebug%2Fcodsoft_task-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdebug%2Fcodsoft_task-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsdebug","download_url":"https://codeload.github.com/tsdebug/codsoft_task-3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsdebug%2Fcodsoft_task-3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28889863,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T21:06:44.224Z","status":"ssl_error","status_checked_at":"2026-01-29T21:06:42.160Z","response_time":59,"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","codsoft","codsoft-virtual-internship","css3","html-css-javascript","html5","javascript"],"created_at":"2025-05-18T02:10:26.206Z","updated_at":"2026-01-29T23:02:53.298Z","avatar_url":"https://github.com/tsdebug.png","language":"HTML","readme":"# 🧮 Interactive Web Calculator\n\n![Status](https://img.shields.io/badge/Status-Completed-success)\n![HTML5](https://img.shields.io/badge/html5-%23E34F26.svg?style=flat\u0026logo=html5\u0026logoColor=white)\n![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=flat\u0026logo=css3\u0026logoColor=white)\n![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=flat\u0026logo=javascript\u0026logoColor=%23F7DF1E)\n\n## 💡 The Logic Challenge\nThis project serves as the final milestone (Task 3) of my **CodSoft Virtual Internship**. \n\nAfter mastering structure and design in my previous tasks, this project was dedicated to **Algorithmic Logic**. The goal was to build a fully functional calculator that doesn't just look good, but *thinks* correctly—handling user inputs, processing arithmetic operations, and returning accurate results in real-time.\n\n## 🔗 Live Demo\n**[Click here to try the Calculator](https://tsdebug.github.io/codsoft_task-3/)**\n*(If the link doesn't work here, check the \"About\" section on the right side of this repository!)*\n\n## ⚡ Features\n- **Arithmetic Operations:** Performs addition, subtraction, multiplication, and division flawlessly.\n- **Responsive UI:** A clean, grid-based layout that keeps buttons accessible and easy to read.\n- **Interactive Feedback:** Buttons respond visually to clicks, providing a tactile feel to the web application.\n- **Error Handling:** Handles basic calculation edge cases smoothly.\n\n## 🧠 Technical Learnings\nTransitioning from static pages to a dynamic application taught me the fundamentals of programming logic:\n1.  **DOM Manipulation:** I learned how to \"listen\" to button clicks in HTML and trigger specific functions in JavaScript.\n2.  **String Parsing \u0026 Evaluation:** Understanding how to take a string of text (e.g., \"5+5\") and process it as a mathematical equation.\n3.  **UI/UX Grid Systems:** I used CSS Grid/Flexbox to ensure the keys were perfectly aligned, mimicking the familiarity of a physical calculator.\n4.  **State Management:** Tracking the current input versus the stored result.\n\n## 💻 Tech Stack\n- **HTML5:** Structure of the display screen and keypads.\n- **CSS3:** Styling the \"look and feel,\" focusing on color contrast and button layout.\n- **JavaScript:** The brain behind the calculator (handling the math logic).\n\n## 🏃🏻‍♀️ How to Run Locally\n1.  Clone the repository:\n    ```bash\n    git clone https://github.com/tsdebug/codsoft_task-3.git\n    ```\n2.  Navigate to the project folder.\n3.  Open `index.html` in your browser.\n\n---\n*Built to calculate, coded to learn.*\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsdebug%2Fcodsoft_task-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsdebug%2Fcodsoft_task-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsdebug%2Fcodsoft_task-3/lists"}