Skip to content

Ykingdev/Cashcalc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CashCalc: A Practical PWA Cash Calculator

Welcome to CashCalc, the by-product of my passion for coding and a practical need to solve a real-world problem. I created this application as a Progressive Web App (PWA) to make it easy and efficient to calculate the amount of money in a cash register - a small, but (hopefully) meaningful contribution to my girlfriend's work life.

This project was born out of the Create React App, harnessing the power and flexibility of React.

Key Scripts

The CashCalc project directory includes the following scripts:

npm start

This command launches the app in development mode. Head over to http://localhost:3000 in your browser to view it. The page will refresh as you make changes, and lint errors, if any, will display in the console.

npm test

Use this command to launch the test runner in interactive watch mode. You can learn more about how tests are run here.

npm run build

This command builds the app for production to the build folder, bundling React in production mode and optimizing the build for the best performance. Once the build is ready, it's set to be deployed! You can read about deployment here.

npm run eject

Please note, eject is irreversible! If you're not happy with the build tool and configuration choices, you can eject anytime. This will remove the single build dependency from the project, giving you full control over the configuration files and transitive dependencies (webpack, Babel, ESLint, etc).

Learn More

If you want to learn more about the Create React App or React itself, check out the following resources:

Advanced Topics

For deeper insights into the application and React, these sections may be helpful:

Troubleshooting

In case you run into issues with npm run build failing to minify, visit this page for guidance.

Thank you for checking out CashCalc. Happy coding and calculating!

almost forgot you can test it out here

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published