This repository contains a simple calculator web application built using PHP Laravel for the backend and JavaScript for writing calculation scripts on the frontend.
- Basic arithmetic operations: Addition, Subtraction, Multiplication, Division.
- Responsive user interface.
- Real-time calculation updates without page reloads.
- PHP Laravel: Used for backend server-side logic and routing.
- JavaScript: Used for implementing calculation scripts on the client-side.
- HTML/CSS: Used for structuring the frontend and styling the user interface.
To get a local copy up and running follow these simple steps:
- Clone the repository:
git clone https://github.com/your-username/simple-calculator.git
- Navigate to the project directory:
cd simple-calculator
- Install dependencies:
composer install && npm install
- Start the development server:
php artisan serve
- Open your web browser and visit
http://localhost:8000
to view the application.
- Enter numbers using the on-screen buttons.
- Use the arithmetic operator buttons to perform calculations.
- See the result displayed in real-time.
Contributions are welcome! Please feel free to fork the repository and submit pull requests with your improvements.
This project is licensed under the MIT License - see the LICENSE file for details.