A simple calculator app built with React that allows users to perform basic arithmetic operations.
🧮➕➖✖️➗
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/coding-destini/Skill_Test_CN.git
-
Navigate into the project directory:
cd Skill_Test_CN
-
Install dependencies using npm or yarn:
npm install # or yarn install
-
Start the development server:
npm start # or yarn start
-
Open your web browser and go to http://localhost:3000 to view the app.
- React
- HTML
- CSS
- Addition, subtraction, multiplication, and division operations.
- Clear button to reset the calculator.
- Responsive design for different screen sizes.
- Simple and intuitive user interface.
Feel free to explore the codebase and customize it further according to your needs!