https://github.com/sagnik-coder24/simple-calculator
Simple calculator application built using React
https://github.com/sagnik-coder24/simple-calculator
calculator css html javascript react
Last synced: 2 months ago
JSON representation
Simple calculator application built using React
- Host: GitHub
- URL: https://github.com/sagnik-coder24/simple-calculator
- Owner: Sagnik-Coder24
- Created: 2022-05-18T08:47:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T18:59:15.000Z (over 1 year ago)
- Last Synced: 2025-05-17T14:09:30.993Z (about 1 year ago)
- Topics: calculator, css, html, javascript, react
- Language: JavaScript
- Homepage: https://sagnik-coder24.github.io/Simple-Calculator/
- Size: 682 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Calculator
A simple yet powerful calculator application built using React. This project allows users to perform basic arithmetic operations effortlessly.
## Features
- **Basic Operations**: Addition, subtraction, multiplication, and division.
- **Clear Function**: Reset the calculator easily.
- **Responsive Design**: Works well on both desktop and mobile devices.
## Live Demo
You can check out the live demo of the app [here](https://sagnik-coder24.github.io/Simple-Calculator/).
## Getting Started
1. Open the app in your web browser.
2. Use the buttons to input numbers and operations.
3. Press "equals" to calculate the result.
4. Use the "clear" button to reset the calculator.
## Tech Stack
- **React**: JavaScript library for building user interfaces.
- **JavaScript**: For application logic.
- **CSS**: For styling and layout.
## About This GitHub Repo
This repository contains the source code for the Simple Calculator. It serves as a great example of building interactive applications with React. Feel free to explore the code, contribute, or use it as a starting point for your own projects.
## Contributing
Contributions are welcome! If you'd like to contribute, please fork the repository and submit a pull request.