Skip to main content

Code the application

In this tutorial, we'll cover how to implement the popular Wordle game. We'll start by cloning an existing Wordle application repository, which contains pre-written code for the game. Afterwards, we'll customize the code to work with CodeNOW and deploy the application.

By the end of this tutorial, you'll have a fully functional Wordle application that you can customize and deploy. Let's get started!

Source code

The application developed in this tutorial can be found here. To sign in, use our public user account:

  • username: public-user
  • password: Public-user123

The source code for the front-end component can be found here (under the same credentials).