{"id":15141765,"url":"https://github.com/thisis-developer/node-calculator-docker","last_synced_at":"2026-02-16T11:35:33.063Z","repository":{"id":254494473,"uuid":"846708761","full_name":"ThisIs-Developer/Node-Calculator-Docker","owner":"ThisIs-Developer","description":"Node Calculator is a web-based tool for basic arithmetic, built with Node.js and Express.js. Featuring a responsive UI with HTML and CSS, it offers reliable performance and easy deployment via Docker.","archived":false,"fork":false,"pushed_at":"2024-08-28T09:40:29.000Z","size":88,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-20T00:41:33.137Z","etag":null,"topics":["calculator","docker","docker-image","expressjs","javascript","nodejs"],"latest_commit_sha":null,"homepage":"https://nodecalculator.vercel.app","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ThisIs-Developer.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":"2024-08-23T19:33:09.000Z","updated_at":"2024-08-28T09:40:32.000Z","dependencies_parsed_at":"2024-09-21T14:02:42.488Z","dependency_job_id":"923ae9f6-8408-4a78-92dd-a2d9dfa1a741","html_url":"https://github.com/ThisIs-Developer/Node-Calculator-Docker","commit_stats":null,"previous_names":["thisis-developer/node-calculator-docker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FNode-Calculator-Docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FNode-Calculator-Docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FNode-Calculator-Docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ThisIs-Developer%2FNode-Calculator-Docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ThisIs-Developer","download_url":"https://codeload.github.com/ThisIs-Developer/Node-Calculator-Docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230520359,"owners_count":18238946,"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","docker","docker-image","expressjs","javascript","nodejs"],"created_at":"2024-09-26T09:01:49.982Z","updated_at":"2025-10-06T14:24:42.523Z","avatar_url":"https://github.com/ThisIs-Developer.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Node Calculator\n[![Apache 2.0 License][license-shield]][license-url]\n[![LinkedIn][linkedin-shield]][linkedin-url]\n\nThis repository hosts a Node.js-based calculator application designed to perform basic arithmetic operations and additional functionalities.\n\n## View the Docker image on [Docker Hub](https://hub.docker.com/r/baivabsarkar/calculator).\n\n## Project Overview\n\n### Features\n\n- **Basic Operations**: Perform addition, subtraction, multiplication, and division.\n- **Extended Features**:\n  - **Percentage Calculation**: Easily compute percentages of numbers.\n  - **Sign Toggle (+/-)**: Change the sign of the current input number.\n\n## UI 🌐 [Live View](https://nodecalculator.vercel.app/)\n### Tablet\n\u003cimg src=\"assets\\web.png\"\u003e\n\n### Mobile\n\u003cimg src=\"assets\\mobile.png\"\u003e\n\n### Technologies Used\n\n- **Node.js**: Server-side JavaScript runtime environment.\n- **Express.js**: Minimalist web framework for Node.js used for handling HTTP requests and responses.\n- **HTML/CSS**: Frontend components for user interface design and styling.\n- **Docker**: Containerization technology for seamless deployment across different environments.\n\n## Running Locally\n\nTo run the calculator application locally, follow these steps:\n\n1. **Clone the Repository**:\n\n   ```bash\n   git clone https://github.com/ThisIs-Developer/Node-Calculator-Docker.git\n   cd Node-Calculator-Docker\n   ```\n\n2. **Install Dependencies**:\n\n   Ensure Node.js and npm are installed on your machine. Then, install project dependencies:\n\n   ```bash\n   npm install\n   ```\n\n3. **Start the Server**:\n\n   Launch the Node.js server to run the application locally:\n\n   ```bash\n   npm start\n   ```\n\n   The application will be accessible at `http://localhost:3000`.\n\n## Docker Deployment\n\nFor easy deployment and scalability, the calculator application can be deployed using Docker.\n\n### Prerequisites\n\n- Docker installed on your machine. [Download Docker](https://www.docker.com/get-started).\n\n### Steps to Deploy with Docker\n\n1. **Pull the Docker Image**:\n\n   Pull the pre-built Docker image from Docker Hub:\n\n   ```bash\n   docker pull baivabsarkar/calculator:latest\n   ```\n   \n   View the Docker image on [Docker Hub](https://hub.docker.com/r/baivabsarkar/calculator).\n\n2. **Run the Docker Container**:\n\n   Start the Docker container to run the application:\n\n   ```bash\n   docker run -p 3000:3000 baivabsarkar/calculator:latest\n   ```\n\n3. **Access the Application**:\n\n   Open your web browser and navigate to `http://localhost:3000` to interact with the calculator application.\n\n## Contributing\n\nContributions are welcome! Fork the repository, make improvements, and submit a pull request. For major changes, please open an issue first to discuss potential updates.\n\n## License\n\nThis project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.\n\n[license-shield]: https://img.shields.io/badge/License-Apache%202.0-red.svg\n[license-url]: https://github.com/ThisIs-Developer/Node-Calculator-Docker/blob/main/LICENSE\n[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat\u0026logo=linkedin\u0026colorB=blue\n[linkedin-url]: https://www.linkedin.com/in/baivabsarkar/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisis-developer%2Fnode-calculator-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthisis-developer%2Fnode-calculator-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthisis-developer%2Fnode-calculator-docker/lists"}