This is a simple and elegant calculator app built with React and Vite.
It includes Progressive Web App (PWA) functionality, allowing users to install it and use it offline.
This project was built following the video The Perfect Beginner React Project by Web Dev Simplified.
- Fully functional calculator with basic operations.
- Built as a Progressive Web App (PWA).
- Responsive design for various screen sizes.
- Fast and optimized build using Vite.
Check out the live version of the app here: React Calculator
- React: Component-based UI development.
- Vite: Fast and optimized build tool.
- PWA: Offline functionality and installable app.
To run this project locally:
-
Clone the repository and navigate to the project directory:
git clone <repository-url> cd <repository-directory>
-
Install dependencies:
npm install
- Start the development server:
npm run dev
The project was deployed using Vercel, ensuring fast and reliable hosting.