This is a simple demo to show the functionality of the library challengelib.
This demo have two components
- Frontend - simple UI with 2 buttons ➕ ➖ and a label to show the response from the API
- Backend - implement challengelib and serves a simple API
DEMO.mp4
git clone https://github.com/garciaolais/challenge-full.git
cd challenge-full
docker-compose up -d
Open in a browser http://localhost:3000