{"id":27105221,"url":"https://github.com/farithadnan/solatku","last_synced_at":"2025-04-06T18:37:38.481Z","repository":{"id":242171299,"uuid":"778144686","full_name":"farithadnan/solatku","owner":"farithadnan","description":"Prayer times for Malaysia sourced from JAKIM, fetched using the api-waktusolat API.","archived":false,"fork":false,"pushed_at":"2024-10-30T04:35:14.000Z","size":705,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-30T07:22:26.758Z","etag":null,"topics":["angular","islam","malaysia","malaysia-prayer-time","prayer-times-app","taiga","waktu-solat-app","waktu-solat-jakim","waktu-solat-malaysia"],"latest_commit_sha":null,"homepage":"https://solatku.vercel.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/farithadnan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-27T06:54:11.000Z","updated_at":"2024-10-30T04:35:15.000Z","dependencies_parsed_at":"2024-06-03T05:34:39.901Z","dependency_job_id":"e62c2481-fd7d-4977-bc56-786563f63d50","html_url":"https://github.com/farithadnan/solatku","commit_stats":null,"previous_names":["farithadnan/solatku"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farithadnan%2Fsolatku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farithadnan%2Fsolatku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farithadnan%2Fsolatku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/farithadnan%2Fsolatku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/farithadnan","download_url":"https://codeload.github.com/farithadnan/solatku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247534672,"owners_count":20954565,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","islam","malaysia","malaysia-prayer-time","prayer-times-app","taiga","waktu-solat-app","waktu-solat-jakim","waktu-solat-malaysia"],"created_at":"2025-04-06T18:37:37.946Z","updated_at":"2025-04-06T18:37:38.474Z","avatar_url":"https://github.com/farithadnan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003ca href=\"https://github.com/farithadnan/solatku\"\u003e\u003cimg alt=\"Solatku's Logo\" src=\"./src/assets/mosque-logo.svg\" width=\"200\"\u003e\u003c/a\u003e\n  \u003cbr\u003e\n  \u003cb\u003eSolatku\u003c/b\u003e\n  \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\n\u003cb\u003eSolatku\u003c/b\u003e is a web application designed \u003cb\u003eto help Malaysian users know the prayer times of the day\u003c/b\u003e. Users can choose their location, and the app will fetch the accurate prayer times based on \u003cb\u003eJAKIM\u003c/b\u003e's data using \u003ca href=\"https://github.com/mptwaktusolat/api-waktusolat\"\u003eapi-waktusolat API\u003c/a\u003e.\n\u003c/p\u003e\n\n## 🔥 Motivation\n\nThe motivation behind creating **Solatku** was to improve my Angular skills, learn how to use [Taiga UI](https://taiga-ui.dev/getting-started), understand how to dockerize an Angular app, and learn how to enhance performance by using **Nginx** and **Gzip** for handling static files.\n\n## ✨ Features\n\n- Accurate prayer times based on **JAKIM**'s data\n- Location-based prayer time fetching\n- User-friendly  \u0026 responsive interface using Taiga UI.\n\n## 📋 Prerequisites\n\n- Node.js and npm\n- Angular CLI\n- Docker (for running the app using Docker)\n- Git\n\n## 🚀 Run using development server\n\nGit clone the repository:\n\n```sh\ngit clone https://github.com/farithadnan/solatku.git\n```\n\nOpen the project directory using your IDE, and then run the command below to install dependencies:\n\n```sh\nnpm install\n```\n\nNext, start the development server by running these command:\n\n```sh\nnpm start\n```\n\n## 🐳 Run using Docker\n\nTo run the app using **multi-stage Docker**, simply run either the `update.bat` or `update.sh` script, you can find these script in the root directory of the project's folder.\n\nOn Windows:\n\n```sh\nupdate.bat\n```\n\nOn Linux/Mac:\n\n```sh\n./update.sh\n```\n\n**Ensure Docker is installed and running** on your machine before executing these scripts.\n\n## 📜 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](/LICENSE) file for details.\n\n## 🙏Acknowledgements\n\nArticle, API and resources that help me throughout the development:\n\n- [api-waktusolat](https://github.com/mptwaktusolat/api-waktusolat) - is used for fetching prayer times data.\n- [Taiga Ui](https://taiga-ui.dev/getting-started) - is used as the UI framework for the app.\n- [Nginx Cache for Dockerized Angular App](https://zakimohammed.medium.com/nginx-cache-config-for-dockerized-angular-app-ngdocker-58e58f965c7).\n- [Improve performance with Gzip](https://codeomelet.com/posts/gzip-dockerized-angular-app-with-nginx-ngdocker).\n- [How to dockerize Angular's app](https://wkrzywiec.medium.com/build-and-run-angular-application-in-a-docker-container-b65dbbc50be8).\n- [Multi-stage Docker](https://docs.docker.com/build/building/multi-stage/).\n- [Adding PWA to Angular app](https://dev.to/rodrigokamada/adding-the-progressive-web-application-pwa-to-an-angular-application-4g1e).\n- [How to deploy an Angular app with Vercel](https://medium.com/@lara.delrio333/deploy-an-angular-project-in-vercel-with-secret-environment-variables-74323925712d).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarithadnan%2Fsolatku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffarithadnan%2Fsolatku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffarithadnan%2Fsolatku/lists"}