A simple web app built with Next.js to display the timeline of Iftaar schedules and the details of the next Iftaar host.
- Dashboard page with links to the Timeline and Next Iftaar pages
- Timeline page with a table of Iftaar schedule data including serial number, name, date, and location
- Next Iftaar page with an image of the next Iftaar host and their name
- Clone the repository to your local machine
- Install the dependencies by running
npm installoryarn install - Run the app using
npm run devoryarn dev - Access the app at
http://localhost:3000
docker build -t iftaar-appdocker run -p 3000:3000 -d iftaar-app- Access the app at
http://localhost:3000
- Next.js
- AWS
- Vercel
- Mongo
- Docker
This project is licensed under the DevClub License - see DevClub for details.