Arafatmollik1 / fundy-tickets-nextjs

This is a simple crowdfunding web app. A bit more robust than buymeacoffee but less complicated like gofundme.
https://fundy-tickets-nextjs-nine.vercel.app
0 stars 0 forks source link

Make tickets route and mock UI #16

Open Arafatmollik1 opened 4 months ago

Arafatmollik1 commented 4 months ago

Fundy application will not have any home page. Rather, a route called tickets/[eventID] An event id decides what is the event about.

The route tickets/[eventID] will have the following properties.

The login button will send user to login page

The buy ticket button will console.log buy ticket button clicked.

So do the following steps.

Arafatmollik1 commented 4 months ago

@AR-Aourangazeb-Alif You can get started with this. :) NOTE-> Pull develop branch first