8000 GitHub - hafizhpratama/zakat-app
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hafizhpratama/zakat-app

Repository files navigation

Zakat App

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.

Features

  • 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.

Installation

  1. Clone the repository:
git clone https://github.com/hafizhpratama/zakat-app.git
  1. Navigate to the project directory:
cd zakat-app
  1. Install dependencies:
composer install
  1. Copy .env.example to .env and configure your environment variables:
cp .env.example .env
  1. Generate application key:
php artisan key:generate
  1. Run migrations to create the necessary database tables:
php artisan migrate
  1. Serve the application:
php artisan serve

Visit http://localhost:8000 in your browser to access the application.

Contributing

Contributions are welcome! Please feel free to fork this repository and submit pull requests.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0