Skip to content

๐Ÿ•Œ Web application to attend an iftar event with your local communities.

License

Notifications You must be signed in to change notification settings

KennFatt/nextjs-iftar-events

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

NextJS - Iftar Events

๐ŸŽ‡ Goals

  • Implement basic routing with Next.js
    • /: Home page
    • /events: List of all available events
    • /events/[eventId]: Dynamic route for specific event's detail
  • Mobile-first design with TailwindCSS

โŒ› What i've learned

  1. It's not possible to get router.query value at initial render1.

๐Ÿ”” Credits and Attributions

  • Images are taken from Unsplash with keywords: ramadan, iftar
  • SVG Illustration from Undraw
  • Deployed by and at Vercel

Footnotes

  1. StackOverflow discussion โ†ฉ