{"id":24054303,"url":"https://github.com/code1616/moderncalc","last_synced_at":"2025-07-11T00:33:11.314Z","repository":{"id":271321176,"uuid":"913071381","full_name":"Code1616/ModernCalc","owner":"Code1616","description":"ModernCalc is a sleek, responsive web calculator designed for both simplicity and functionality. Featuring essential operations, advanced features, and a theme toggle, it’s perfect for showcasing web development skills. 🚀","archived":false,"fork":false,"pushed_at":"2025-01-07T03:46:37.000Z","size":220,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-26T10:32:29.629Z","etag":null,"topics":["calculator","calculator-javascript","css","html5","js"],"latest_commit_sha":null,"homepage":"https://code1616.github.io/ModernCalc/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Code1616.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}},"created_at":"2025-01-07T01:18:04.000Z","updated_at":"2025-01-11T15:13:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"6fb5c224-edc2-450a-a2fa-58a4039beb2d","html_url":"https://github.com/Code1616/ModernCalc","commit_stats":null,"previous_names":["code1616/moderncalc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Code1616/ModernCalc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FModernCalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FModernCalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FModernCalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FModernCalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code1616","download_url":"https://codeload.github.com/Code1616/ModernCalc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code1616%2FModernCalc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264697537,"owners_count":23650954,"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":["calculator","calculator-javascript","css","html5","js"],"created_at":"2025-01-09T03:03:17.553Z","updated_at":"2025-07-11T00:33:11.303Z","avatar_url":"https://github.com/Code1616.png","language":"JavaScript","readme":"### Modern Calculator 🧮\n\nA modern, interactive calculator web application featuring essential arithmetic operations, memory functions, a responsive design, and a theme toggle for light and dark modes.\n\n---\n\n### Features ✨\n- **Responsive Design**: Works seamlessly across devices with various screen sizes.\n- **Memory Functions**: Store, recall, and clear memory values effortlessly.\n- **Advanced Operations**: Includes square root, reciprocal, and power functions.\n- **Keyboard Support**: Perform calculations using your keyboard for faster input.\n- **Theme Toggle**: Switch between dark and light themes with a single click.\n- **Responsive Display**: Automatically adapts text size and layout for a better user experience.\n\n---\n\n### Demo 🎥\nYou can view the live demo of this project [here](https://code1616.github.io/ModernCalc/).\n\n---\n\n### Installation 🔧\n\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/Code1616/ModernCalc.git\n   ```\n2. Navigate to the project folder:\n   ```bash\n   cd ModernCalc\n   ```\n3. Open the `index.html` file in your favorite browser:\n   ```bash\n   open index.html\n   ```\n\n---\n\n### Folder Structure 📂\n\n```\nModernCalc/\n├── index.html         # Main HTML file\n├── assets/\n│   ├── styles.css     # Styling for the calculator\n│   ├── script.js      # JavaScript functionality\n```\n\n---\n\n### How to Use 💡\n\n1. Open the calculator in your browser.\n2. Use the on-screen buttons or your keyboard to input numbers and operations.\n3. Toggle between dark and light themes using the \"Change Theme\" button.\n4. Perform memory operations using the MS, MR, MC, and M+ buttons.\n\n---\n\n### Keyboard Shortcuts ⌨️\n\n| Key         | Function                  |\n|-------------|---------------------------|\n| `0-9`       | Input Numbers             |\n| `.`         | Add Decimal Point         |\n| `+` `-` `*` `/` | Perform Operations       |\n| `Enter` `=` | Calculate Result          |\n| `Esc`       | Clear All                 |\n\n---\n\n### Customization 🎨\n\n- **Themes**: Modify the `styles.css` file to change colors, fonts, and layouts.\n- **Additional Features**: Extend functionality by editing `script.js`.\n\n---\n\n### Contributing 🤝\n\nContributions are welcome! Follow these steps:\n\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add some feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature-name\n   ```\n5. Open a Pull Request.\n\n---\n\n### License 📜\n\nThis project is licensed under the Unlicense. See the [LICENSE](LICENSE) file for details.\n\n---\n\n### Screenshots 📸\n\n| Dark Mode | Light Mode |\n|-----------|------------|\n| ![Dark Mode](https://github.com/Code1616/ModernCalc/blob/main/assets/screenshots/Dark-mod.png) | ![Light Mode](https://github.com/Code1616/ModernCalc/blob/main/assets/screenshots/Light-mod.png) |\n\n---\n\nMade with ❤️ by [Roozbeh](https://github.com/Code1616).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode1616%2Fmoderncalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode1616%2Fmoderncalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode1616%2Fmoderncalc/lists"}