casesandberg / play-money

https://play-money-api.vercel.app
6 stars 4 forks source link

Create market page #1

Closed AnthonyEdvalson closed 1 month ago

AnthonyEdvalson commented 1 month ago

This adds a simple form for creating new markets with some basic validation.

The page is called create-post since in the future it'll be used to create other things like polls or bounties. For now it'll just allow for creating binary markets.

I also added moment, since modifying the default Date kind of sucks

The page doesn't interact with the backend at the moment, that'll come in a later PR

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
play-money-api ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 4:05am
play-money-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 24, 2024 4:05am
casesandberg commented 1 month ago

Nice, this looks great to me!

AnthonyEdvalson commented 1 month ago

Finished adding the backend stuff, this page should be ready!

casesandberg commented 1 month ago

This looks great!!!