/myaudi-game

Word game for adi onboarding

Primary LanguageTypeScript

Myaudi memory game

This project was bootstrapped with Create React App.

Application Design and concept in figma

Prerequisites

  1. Tiles data should be exported from this googlesheet as a json and places in src folder as data.json. Ideally this json should not exist and all tiles info should be fetched from external source (directly from sheet or database)

  2. In order to use myAudi components make sure to have necessary credentials installed

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

npm test

Launches the test runner in the interactive watch mode.
See the section about running tests for more information.

npm 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.