Skip to content

AlbinaBaraliu/buckaroo_calculator

Repository files navigation

Buckaroo Calculator

This project includes authentication features using Laravel Breeze and a calculator that supports basic arithmetic operations. The calculator also keeps track of your previous calculations.

Setup Instructions

Follow these steps to set up and run the project on your local machine.

1. Clone the Repository

git clone https://github.com/AlbinaBaraliu/buckaroo_calculator.git

2. Navigate to the Project Folder

cd buckaroo_calculator

3. Install Dependencies

composer install

4. Copy Environment File

cp .env.example .env

5. Generate App Key

php artisan key:generate

6. Optimize the Application

php artisan optimize

7. Run Migrations

php artisan migrate

8. Start the Application

php artisan serve

The application should now be accessible at http://127.0.0.1:8000 in your web browser.

Using the Application

  1. Register a new account or log in using the provided authentication features.
  2. Navigate to the calculator section to perform basic arithmetic operations.
  3. Previous calculations will be displayed, allowing you to track your history.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages