Skip to content

web application for teaching properties of systems designed with reactjs and material ui

Notifications You must be signed in to change notification settings

CamiloCortesM/tgs-games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TgsGames

hello everyone 👋,I'm glad you went through this repository, this application is made with the aim of teaching the properties of systems in 2 simple games, a quiz and a copy to the wordle game with fewer attempts and a hint.

Reactjs and ui material were used for the development of the application, the browser's localStorage was used to save the progress of the players. you can play the application at the following link and play for free https://tgs-games.vercel.app/

GitHub Release GitHub js code style: prettier

 Observadores de GitHub  Bifurcaciones de GitHub  Estrellas de GitHub

Installation

this project was initiated with vite.

  1. yarn to install project dependencies.

Running locally

  1. yarn dev to start the react application in the local service
  2. Open http://localhost:3000 to view it in your browser.

yarn run build

Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.
Your app is ready to be deployed!