This calculator app is a rebuilt version that utilizes Tailwind CSS for styling, React for the frontend, and TypeScript for enhanced type safety. The application provides a simple and responsive calculator interface for basic arithmetic operations.
- The app leverages Tailwind CSS for a clean, modern, and responsive design. Tailwind's utility-first approach simplifies styling and enhances the overall visual appeal.
- The frontend is developed using React, allowing for a modular and efficient component-based structure.
- TypeScript is employed to introduce static typing, improving code quality, and catching potential errors during development.
- Users can perform standard arithmetic operations such as addition, subtraction, multiplication, and division.
- The app is designed to be responsive, ensuring a seamless user experience on various devices and screen sizes.
- Clone the Repository:
git clone https://github.com/farhanmalek/CalculatorAppV2.git cd Calculator-App-V2 npm i npm run dev