“Yes-Code” Projects
As I progressed in my No-Code journey, I often encountered situations that required some custom code. This can be quite a roadblock, so I set out to overcome it.
Most of what I've done with code has been exercises from The Odin Project – the best course I've tried so far. Here are the two projects where I ventured beyond solving tricky puzzles.
Propagandon't
In this project, I combined traditional front-end (HTML, CSS and vanilla JS) with no-code back-end (Xano), plus OpenAI's API.
This website is basically an AI wrapper that takes a neutral fact from the user and returns two headlines that twist this fact into extreme left and right-wing propaganda.
Xano handles the interaction between the front-end and OpenAi, and stores user inputs and headlines on a database.
Rock, Paper, Scissors
This was initially an exercise from The Odin Project, but I decided to take it a little bit further.
Note this isn't a responsive website – desktop only, please.