Skip to content

shammy642/MakersUIGame

Repository files navigation

Poké Poké Guess Weight!

A quick-fire online multiplayer game where users simultaneously guess pokemon's weights.

Installation:

  • Clone this github!

  • Run npm i in the root, frontend and api folders.

  • In api folder, add a .env file with the following contents: CORS_ALLOWED_URL="http://localhost:5173 PORT=3001 TIMER=20

  • In the frontend folder, add a .env file with the following contents:

    • VITE_BACKEND_URL="http://localhost:3001"
  • run npm run dev in frontend and api folders.

  • visit http://localhost:5173 in your browser

Tech Used

  • Javascript
  • NodeJS
  • Express
  • PokeAPI
  • React
  • Tailwind

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published