mutuajoseph / xmas-lights

A simple xmas-lights application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XMAS-LIGHTS

Prerequisites

  • node v14.17.4 and above
  • yarn 1.22.18 and above
  • React 16.8.6
  • Then install the various packages from package.json yarn install

PROJECT GUIDELINES

Change number of rows and pattern
  • Click the settings icon on the top right.
  • To switch off the light click on the Play button and vice versa.

Screenshot 2022-06-01 at 12 13 54

Dockerize the solution

  • From you terminal run commands below depending on the application environment:

  • Development: docker-compose -f docker-compose-dev.yml up --build.

  • Production: docker-compose -f docker-compose-prod.yml up --build.

Meta

Author:

Status: Done with most of the solution in the requirements.

Version: v0.1.0

React Version: 16.8.6 and above

About

A simple xmas-lights application


Languages

Language:TypeScript 96.5%Language:HTML 2.2%Language:CSS 1.2%