Skip to content

A challenge app for a Q&A game

Notifications You must be signed in to change notification settings

davilima6/jigsawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6b18378 · Sep 20, 2023

History

29 Commits
Sep 20, 2023
Sep 20, 2023
Dec 26, 2022
Dec 26, 2022
Dec 21, 2022
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Sep 20, 2023
Dec 22, 2022
Dec 21, 2022
Sep 20, 2023
Dec 22, 2022

Repository files navigation

Jigsawer

Do you want to play a game?

How to run

  1. Using Node 16+ and Npm 8+, run npm install at the root of this repository.
  2. Run npm start and go to http://localhost:8080/ on your favorite browser to try the production build of this game. For development, you may run npm run dev to run the app at http://localhost:3001/.