{"id":17682181,"url":"https://github.com/ajay-dhangar/calculator","last_synced_at":"2026-02-05T04:03:13.125Z","repository":{"id":304505019,"uuid":"1018971422","full_name":"ajay-dhangar/calculator","owner":"ajay-dhangar","description":"A modern, responsive calculator web app built using React + TypeScript + Tailwind CSS. It includes undo functionality, arithmetic operations, and a beautiful glassmorphism UI.","archived":false,"fork":false,"pushed_at":"2025-07-14T06:41:53.000Z","size":756,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-12-26T16:48:12.447Z","etag":null,"topics":["beautiful-ui","calculator","glassmorphism","lucide","react","tailwindcss","typescript","undo-feature","webapp"],"latest_commit_sha":null,"homepage":"https://ajay-dhangar-calculator.vercel.app","language":"TypeScript","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/ajay-dhangar.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,"zenodo":null},"funding":{"github":"Ajay-Dhangar","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2025-07-13T13:10:57.000Z","updated_at":"2025-07-14T06:41:43.000Z","dependencies_parsed_at":"2025-07-13T15:33:44.826Z","dependency_job_id":"f0768224-9068-492d-a379-922c7a7bd6d2","html_url":"https://github.com/ajay-dhangar/calculator","commit_stats":null,"previous_names":["ajay-dhangar/calculator"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ajay-dhangar/calculator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-dhangar%2Fcalculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-dhangar%2Fcalculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-dhangar%2Fcalculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-dhangar%2Fcalculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ajay-dhangar","download_url":"https://codeload.github.com/ajay-dhangar/calculator/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ajay-dhangar%2Fcalculator/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29110590,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T03:44:17.043Z","status":"ssl_error","status_checked_at":"2026-02-05T03:44:12.077Z","response_time":65,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["beautiful-ui","calculator","glassmorphism","lucide","react","tailwindcss","typescript","undo-feature","webapp"],"created_at":"2024-10-24T09:13:07.922Z","updated_at":"2026-02-05T04:03:13.120Z","avatar_url":"https://github.com/ajay-dhangar.png","language":"TypeScript","funding_links":["https://github.com/sponsors/Ajay-Dhangar"],"categories":[],"sub_categories":[],"readme":"# 📱 Beautiful Calculator Web App\n\nA modern, stylish, and functional calculator built with **React**, **TypeScript**, and **Tailwind CSS**. It features basic arithmetic operations, percentage calculation, undo, and delete — all wrapped in a stunning **glassmorphism UI**.\n\n---\n\n## 🌐 Live Demo\n\n🔗 View Demo [(http://localhost:5173)](http://localhost:5173) \u003cbr /\u003e\n🧑‍💻 Created by [Ajay Dhangar](https://github.com/ajay-dhangar)\n\n---\n\n### 📸 Preview\n\n![Calculator Screenshot](./assets/calculator-preview.png)\n\n\u003e 💡 This is a real-time responsive calculator with expression display, interactive button feedback, and undo feature.\n\n---\n\n### ✨ Features\n\n* 🧮 **Arithmetic Operations** (`+`, `-`, `*`, `/`)\n* 💯 **Percentage Calculation**\n* 🔙 **Undo** last input or operation (`↺`)\n* ⌫ **Delete** last digit\n* 🧼 **Clear All** inputs\n* 🎨 **Modern UI with Glassmorphism** design\n* ⚛️ Built with **React + TypeScript**\n* 📱 **Responsive** on all devices\n\n---\n\n### 🚀 Tech Stack\n\n| Tech         | Role                        |\n| ------------ | --------------------------- |\n| React        | Frontend UI Framework       |\n| TypeScript   | Typed JavaScript            |\n| Tailwind CSS | Utility-first CSS Framework |\n| Lucide React | Icons (Undo, Delete, etc.)  |\n| Vite         | Lightning-fast Dev Server   |\n\n---\n\n### 📂 Project Structure\n\n```\nproject-10/\n├── src/\n│   ├── components/\n│   │   ├── Calculator.tsx\n│   │   ├── Display.tsx\n│   │   └── Button.tsx\n│   ├── App.tsx\n│   └── main.tsx\n├── public/\n│   └── favicon.svg\n├── index.html\n├── tailwind.config.js\n├── vite.config.ts\n└── README.md\n```\n\n---\n\n### 🧑‍💻 Getting Started\n\nTo run this project locally:\n\n```bash\n# Clone the repository\ngit clone https://github.com/ajay-dhangar/calculator.git\n\n# Navigate into the directory\ncd calculator\n\n# Install dependencies\nnpm install\n\n# Start the development server\nnpm run dev\n```\n\n---\n\n### 📦 Scripts\n\n| Command           | Description                  |\n| ----------------- | ---------------------------- |\n| `npm run dev`     | Start the development server |\n| `npm run build`   | Build for production         |\n| `npm run preview` | Preview production build     |\n\n---\n\n### 🔗 Topics (GitHub Tags)\n\n```\nreact, typescript, tailwindcss, calculator, undo-feature, lucide-icons, webapp, glassmorphism, ui-design\n```\n\n---\n\n### 📃 License\n\nThis project is licensed under the [MIT License](LICENSE).\n\n---\n\n### 🙏 Acknowledgements\n\n* [React](https://reactjs.org/)\n* [Tailwind CSS](https://tailwindcss.com/)\n* [Lucide Icons](https://lucide.dev/)\n* [Vite](https://vitejs.dev/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajay-dhangar%2Fcalculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fajay-dhangar%2Fcalculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fajay-dhangar%2Fcalculator/lists"}