You are browsing as a guest. Sign up (or log in) to start making projects!

Open comments for this post

3h 49m 17s logged

Beginnings of a Wordle Clone

Devlog #2

I started making lots of progress on the wordle page (specifically FRC wordle). It took me way longer than I’d admit to (even though I can’t hide how much time I’ve logged on this one devlog).

Big Accomplishment

I finally got my backend up and running! It took me way too long mostly in part due to nodemon and express acting up. I spent way too long trying to figure out why my fetch statement on the frontend wasn’t actually fetching anything from the backend (it was basically a one line fix too).

Next Steps

I need to add a user input that lets the user dictate where their game of wordle goes. Right now, the only way to change the data on the table is to change the hardcoded team number (users can’t do that). Then I need to add the colors (green, yellow, and grey) for guesses and actually have new rows add onto the table (styling the table is also a priority).

0
2

Comments 0

No comments yet. Be the first!