/casino-facade-layout

This is a completed test assignment for Tain frontend candidates

Primary LanguageJavaScript

Tain test tasks

This is a completed test assignment for Tain frontend js candidates. The goal was to implement simple html5 site which interacts with a backend.

All requirements are described here

Usage

Clone this repo and run these commands inside it:

yarn
yarn dev
# visit http://localhost:9000

or

npm i
npm run dev
# visit http://localhost:9000