diff --git a/README.md b/README.md index 56a07a0..d9175df 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ## Coding Challenge -Create a bot calculator using socket.io and mongoDB. +Create a bot calculator using Typescript, socket.io and mongoDB. ## Requirements 1. I can open the app in a browser that contains a command input @@ -18,6 +18,10 @@ link when you’re done. 10. Please avoid using the eval-cmd of the JS math library 11. The more effort you put into it (e.g. design wise, documentation wise) the better the rating will be. +## Demo +![demo](./demo.gif) + + ## How to start 1. follow the instructions in [backend/README.md](backend/README.md#run-at-local) to start backend server 2. follow the instructions in [frontend/README.md](frontend/README.md#run-at-local) to start frontend diff --git a/demo.gif b/demo.gif new file mode 100644 index 0000000..e663ca9 Binary files /dev/null and b/demo.gif differ