harconst / formations-demo

Rush Coding challenge implementation as a SPA using React, Redux, Material-UI and CSS Modules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rush Coding challenge implementation as a SPA using React, Redux, Material-UI and CSS Modules.

Features:

  • state management exlusively via Redux. Components don't have local state.
  • Responsive. On mobile details view, a list is rendered instead of the football grid
  • Football grid positioning is achieved through css grid. Minimal css for positioning of players.

Installation:

Needs Recent Node and NPM. Clone the repo and run

npm install

from the root of the project. Then

npm start

in order to fire up a local server and view the project.

npm run build

will build the project.

About

Rush Coding challenge implementation as a SPA using React, Redux, Material-UI and CSS Modules.


Languages

Language:JavaScript 84.1%Language:CSS 9.2%Language:HTML 6.7%