Zakat App is a web application built using Laravel and MySQL database to help users calculate and manage their zakat (Islamic alms-giving). This application provides a convenient platform for users to calculate their zakat based on various assets and income sources.
- Zakat Calculator: Calculate zakat based on income, savings, investments, and other assets.
- User Authentication: Secure user authentication system for user registration and login.
- Profile Management: Users can update their profile information and view their zakat history.
- Admin Panel: Admin dashboard to manage users, view zakat calculations, and generate reports.
- Responsive Design: Mobile-friendly interface for accessibility across devices.
- Clone the repository:
git clone https://github.com/hafizhpratama/zakat-app.git
- Navigate to the project directory:
cd zakat-app
- Install dependencies:
composer install
- Copy
.env.example
to.env
and configure your environment variables:
cp .env.example .env
- Generate application key:
php artisan key:generate
- Run migrations to create the necessary database tables:
php artisan migrate
- Serve the application:
php artisan serve
Visit http://localhost:8000
in your browser to access the application.
Contributions are welcome! Please feel free to fork this repository and submit pull requests.
This project is licensed under the MIT License.