From 1bcf3c0e4eb523435ef10a8087ceb10996b7fe62 Mon Sep 17 00:00:00 2001 From: Andrzej Stepien Date: Fri, 26 Apr 2024 00:24:11 +0200 Subject: [PATCH] add demo link --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1154203..adf7158 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Calculator App -This is a React project I designed for my [frontend certification]("https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/front-end-development-libraries"). It's quite simple, but I was very pleased with my command routing solution. +This is a React project I designed for my [frontend certification]("https://www.freecodecamp.org/certification/fcc60e22726-0a94-4738-8702-3e216d14fdb2/front-end-development-libraries"). It's quite simple, but I was rather pleased with my command routing solution! + +You can see a live demo [here](https://demos.ajstepien.xyz/calculator/).