Coding Challenge

Practice a coding challenge in Python and React while using Transcrypt.

We'll cover the following...

Problem statement

Currently our application takes input and shows it in an alert() dialog box. With the way we are using the pyreact.py module as a bridge between Python and JavaScript, it becomes easy to make more JavaScript functions available to our pure Python modules.

For this code challenge, instead of just showing an alert(), we are going ...