A simple Athan app that displays Islamic prayer times and the current Hijri date in a small desktop window. It's built using the Gio UI framework for Go.
You'll need Go installed on your system. You can download Go from the official website.
Clone the repository to your local machine:
git clone https://github.com/Y-AH/athan-app.git
Navigate to the project folder and build the application:
cd athan-app
go build
Run the compiled binary:
./athan-app
The Athan App window will appear, displaying the current Hijri date, prayer times, and a countdown to the next prayer.
You can customize the app by modifying the source code, such as changing the colors, layout, or adding new features. Refer to the Gio documentation for more information on how to use the Gio UI framework.
This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.
This project was created with the assistance of OpenAI's ChatGPT 4.0. ChatGPT 4.0 was instrumental in converting the UI design from HTML/CSS to Go. We appreciate the invaluable support provided by this advanced language model.