From 2105c8d5ae5313f5302c73ca2780939440e5adeb Mon Sep 17 00:00:00 2001 From: Samuel Hoile Date: Fri, 25 Oct 2024 11:29:53 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2e0239f..b7abad7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Poké Poké Guess Weight! -A quick-fire online multiplayer game +A quick-fire online multiplayer game where users simultaneously guess pokemon's weights. # Installation: - Clone this github! @@ -12,4 +12,12 @@ A quick-fire online multiplayer game - `VITE_BACKEND_URL="http://localhost:3001"` - run `npm run dev` in frontend and api folders. -- visit http://localhost:5173 in your browser and play away! +- visit http://localhost:5173 in your browser + +# Tech Used +- Javascript +- NodeJS +- Express +- PokeAPI +- React +- Tailwind