I would like you to create a web application that displays today's
panchang in a layout that is beautiful and easy to read.
Here are the tools you should use:
- Please use Next.js, React and Tailwind for the client web
application displaying today's panchang data. The client
application should consume panchang data from the server
application.
- Please use express for the server application. The server
should integrate with the Kaalchakra REST API to query for
daily panchang data and serve it to the client application.
- Please read the docs at
https://docs.kaalchakra.dev/api-reference/overview and
https://docs.kaalchakra.dev/api-reference/endpoint/get.md to
learn how to use today's panchang API endpoint at
https://api.kaalchakra.dev/v1/panchang.
- Requests to the API will need to include my Kaalchakra API
key `kk-prod-my-token` as the value of the `"auth"` query parameter.
Be sure to store the token in an environment variable instead
of hardcoding it.