Skip to content

Commit

Permalink
doc: add demo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhow09 committed Jan 30, 2025
1 parent 5d31533 commit 01059a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 01059a6

Please sign in to comment.