hadan24 / ygo-draft

MIT License
0 stars 0 forks source link

Display cards #2

Open hadan24 opened 2 weeks ago

hadan24 commented 2 weeks ago

Get (3) random cards and display them in the browser

hadan24 commented 4 days ago

Set up trunk and yew. trunk doesn't work w/ reqwest::blocking so that's commented out for now

Learn to get json and print from request in async manner

hadan24 commented 2 days ago

trunk doesn't seem to work with reqwest::blocking (StackOverflow here) or tokio (issue here)

Got ahead of myself by looking at frontend when I didn't have a server up. Undid the changes and will start work on building a simple server