Skip to content

Front-end ReactJS webpage for The Flag Game. Challenge yourself, or others in built-in multiplayer.

Notifications You must be signed in to change notification settings

jnatmorris/flag-game-frontend

Repository files navigation

The Flag Game (Frontend)

Info

The flag game is a single or multiplayer game in which the player attempts to correctly match the displayed flag to the prompt that's given. This repository holds the front-end ReactJS code. The backend code can be found here and you can try the game out for yourself here.

Webstack   📦

  • ReactJS (NextJS)
  • Typescript
  • Socket.IO
  • TailwindCSS
  • Framer Motion

To run locally   💻

  1. Clone repo
  2. Install dependencies
    yarn install
    
  3. Run the dev server
    yarn dev
    

Build Project   🚧

  1. Clone repo
  2. Build the project
    yarn build
    
  3. Run the build
    yarn start
    
  4. Export the project (optional)
    yarn export
    
  5. Run exported files on server. Or serve with:
    serve out/
    

About

Front-end ReactJS webpage for The Flag Game. Challenge yourself, or others in built-in multiplayer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published