Skip to content

Panda4817/Multiplayer-Pictionary-Frontend

Repository files navigation

Multiplayer Pictionary App FRONTEND

Netlify Status

The frontend for a web application that lets you play pictionary with your friends. Made using ReactJS.

Requirements

  • Node version 18

Usage

Run npm start

Runs the frontend of the app in the development mode.
Open http://localhost:3000 to view it in the browser. The page will reload if you make edits.
You will also see any lint errors in the console.

Make sure server is also started. Repo to server is Multiplayer-Pictionary-Backend.

Run npm test

Runs the tests found in *.test.js files.