yannick2009 / Q-A-Game

Questions Game 🎲 Enjoy a lively experience with friends through this engaging questions game! Developed with React and TypeScript on the client side, and Go on the server side, users can upload txt/text files. The server then intelligently poses questions based on the file's content. 🚀

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q&A GAME

Description 🇬🇧

It's a questions game designed for a fun experience with friends. The game was developed using React with TypeScript on the client side and Go on the server side. The user can upload a file in txt/text format, and the server will progressively ask questions based on the content of the file. The file must follow the following format:

question 1 | question 2 | question 3 | ...

Installation

Prerequisites

  • Node.js
  • Go

Client

cd client
npm install
npm run dev

Server

cd server/cmd
go run main.go

Usage

  1. Open your browser and go to http://localhost:5173.

Have fun!

Description 🇫🇷

C'est un jeu de questions conçu pour une expérience amusante entre amis. Le jeu a été développé en utilisant React avec TypeScript côté client et Go côté serveur. L'utilisateur peut téléverser un fichier au format txt/text, et le serveur pose progressivement des questions basées sur le contenu du fichier. Le fichier doit suivre le format suivant :

question 1 | question 2 | question 3 | ...

Installation

Prérequis

  • Node.js
  • Go

Client

cd client
npm install
npm run dev

Serveur

cd server/cmd
go run main.go

Utilisation

  1. Ouvrez votre navigateur et allez à l'adresse http://localhost:5173.

Amusez-vous bien !

About

Questions Game 🎲 Enjoy a lively experience with friends through this engaging questions game! Developed with React and TypeScript on the client side, and Go on the server side, users can upload txt/text files. The server then intelligently poses questions based on the file's content. 🚀


Languages

Language:TypeScript 45.5%Language:SCSS 27.4%Language:Go 19.0%Language:JavaScript 3.0%Language:CSS 2.7%Language:HTML 2.4%