This project is a simple calculator implemented using React, TypeScript, and Vite.
To get started with this project, clone the repository and run:
npm install
This will install all the necessary dependencies.
To run the project in development mode, execute:
npm run dev
This command will start a development server powered by Vite, allowing you to preview and test your calculator application with fast HMR (Hot Module Replacement).
When you're ready to build the project for production, use:
npm run build
This command will create an optimized production build of your application using Vite, resulting in a highly performant bundle in the dist
directory.
After building the project, you can serve the optimized build using a static file server or deploy it to a hosting service of your choice.
Check out the live demo of this project here.