In the beginning, the idea was just to display timestamps for 5 daily prayers using vaktija.ba API. Later on, I expanded this project with 2 charts to display time differences between prayers on a daily and yearly basis, afterward, I also added a component to find any date in the range from the year 1937 to 2077 and to look up what was the lunar date or what lunar date will be in the future
- Daily prayer times overview for cities in BiH.
- Duration of 5 daily prayers shown through a diagram.
- Get any date in a range from the year 1937 - 2077 and show the lunar date equivalent.
- React fronted
- Context API for state management between React components
- date-fns date utility library for date management
-
Clone the repository using your terminal:
git clone https://github.com/FarukC5/vaktija-api
-
Navigate to vaktija-api folder, and run
npm install
to install NPM packages. Then, runnpm start
to start this app.