A web application that helps users to seamlessly generate and create puzzles, easing the stress of searching through infinite amount of resources, and generating your desired puzzle instead :)
Frontend Dev | Backend Dev | Backend Dev | Backend Dev |
---|---|---|---|
![]() |
![]() |
![]() |
![]() |
When the user visits PuzzleRender, a request to the server is made through the browser. The request is then sent to the frontend, and the frontend passes on this request to the backend using the API and API routing. The backend then processes the request and queries the remote database. Upon a successful return of results from the queried database, the backend processes this response, and feeds it to the frontend using the API. The frontend then feeds this response to the browser, and the user remains happy :) (Psst!, all of this happens in split-seconds 😁)