Seeing all the impressive web apps made using ChatGPT I spent a couple hours throwing this together.

I know it's not exactly great but keep in mind this is my first time using the React framework to make a site from scratch. Just wanted to see if it could be done with no experience of the framework to test ChatGPT's skillz.

Made a better one with a Python backend using Flask because I actually know Python, but that stack is overkill for a simple project so I started again in React.

Anyway this is the result!

https://mov.2nodez.com/

Reply to this note

Please Login to reply.

Discussion

Okay this looks awful on mobile... need to fix that.

Try it on desktop.

It works

Woop! Added some error handling when I tested it as well, e.g. too short queries don't return anything from the API so I added a check for that.

One remaining bug I noticed is that the search doesn't work if there's uppercase letters or spaces at the end, should be easy to add logic to check for that, but most urgent imo is it's currently awful on mobile.

But yes it actually works!

Fixed those bugs, it now trims the search input and converts it all to lowercase.

CSS needs a total rewrite tbh. But I'm hungry now.