Skip to content

You get a random question for example 'select animals'. Your task is to choose animals from among many other word. At the end, your points are counted.

Notifications You must be signed in to change notification settings

JAKUBSAJKO/Wordcloud-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordcloud game

Technology

  • React version: 18.2.0

Installed packages

  • React-router-dom version: 6.4.2
  • Json-server version: 0.17.0

API

I created a Mock API using the JSON SERVER tool.

  1. Install JSON Server

npm install json-server --save

  1. Create a .json file with the data
  2. To start API use command below

npx json-server --port 3001 --watch src/data/data.json

About

You get a random question for example 'select animals'. Your task is to choose animals from among many other word. At the end, your points are counted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published