Aopandey / Calculator-App

A React-based calculator utilizing 'useReducer' for state management, modular components for UI, and CSS for styling, supporting basic arithmetic operations with a user-friendly interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this Project?

This project is a React calculator that uses the useReducer hook for managing state, supporting basic arithmetic operations. It features a clear UI that shows both current and previous calculations, aiding user comprehension. The application relies on a reducer function for handling actions such as digit input, operation selection, and calculations, ensuring maintainable code. It employs modular components for buttons, enhancing reusability, and is styled with CSS for a modern appearance. This calculator demonstrates effective React practices for interactive and visually appealing web applications.

About

A React-based calculator utilizing 'useReducer' for state management, modular components for UI, and CSS for styling, supporting basic arithmetic operations with a user-friendly interface.


Languages

Language:JavaScript 60.8%Language:CSS 24.1%Language:HTML 15.1%