https://github.com/dayenadas/calcureact
A calculator built using React.js that instantly reacts to user input to show real time results without waiting for "=" button to be pressed. Built & deployed using GitHub Actions in GitHub pages.
https://github.com/dayenadas/calcureact
actions react reactjs
Last synced: 2 months ago
JSON representation
A calculator built using React.js that instantly reacts to user input to show real time results without waiting for "=" button to be pressed. Built & deployed using GitHub Actions in GitHub pages.
- Host: GitHub
- URL: https://github.com/dayenadas/calcureact
- Owner: DayenaDas
- Created: 2025-08-28T07:25:13.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-28T07:44:46.000Z (10 months ago)
- Last Synced: 2025-08-28T14:30:42.507Z (10 months ago)
- Topics: actions, react, reactjs
- Language: CSS
- Homepage: https://dayenadas.github.io/Calcureact/
- Size: 194 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calcureact
A calculator built using [React.js](https://react.dev/) that instantly reacts to user input to show real time results without waiting for "=" button to be pressed. Built & deployed using GitHub Actions in [GitHub pages](https://dayenadas.github.io/Calcureact/).
## Usage:
### `npm install`
Installs all the required dependencies
### `npm start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm run build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.