alfonsusac / devscale-eventmaker

Yet another event maker app
https://devscale-eventmaker-alfonsusac.vercel.app
2 stars 0 forks source link

Edit Event Page: Edit Event Interaction #66

Closed alfonsusac closed 9 months ago

alfonsusac commented 9 months ago

Requires #61 to finish first!

Example:

export async function requestCreateEvent(title, description, date){
  // ...
  return await res.json() 
}