The Office Productivity App is a web-based application designed to streamline various office tasks, including adding new employees, tracking expenses, hours, and maintaining a list of office items to buy.
- Frontend: HTML, CSS, JavaScript
- Backend: PHP, FlightPHP
- Database: MySQL
To set up the Office Productivity App locally, follow these steps:
- Clone the repository to your local machine.
git clone https://github.com/AminaHamzic/office-productivity-web-app.git
- Navigate to the project directory.
cd Office-Productivity-App
- Install PHP dependencies using Composer.
composer install
- Configure your local development environment with PHP and a MySQL database.