Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 742 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 742 Bytes

This is a vintage memory game

The objectif is to reproduce the path shown on the screen, from the bottom to the top of the screen. After install read carfully the 3 lines explaining what to do :)

Instructions to run

  1. NPM install
  2. NPM run dev-server
  3. Navigate to localhost:8080

Usage

NPM run build to compile for production

Packages used for the project

axios is a package to make ajax calls the api to record and fetch best scores

babel for react, use es6 notations

css-loader file-loader node-sass sass-loader style-loader to use webpack to integrate css files

react base for dom building

react-redux redux plugin for react

redux for state managment

webpack for building the app

sass-loader style-loader