Skip to content

Tydax/crispy-magic-front

Repository files navigation

Adrien (Narxem) AGEZ & Armand (Tydax) BOUR

Crispy Magic is a JavaScript application offering a deck builder and a collection manager for the Magic: The Gathering card game with a cool interface!

This repository contains the interface code for the application. For the API code, go to crispy-magic-api!

Technical details

This project is developped in ECMAScript 2015 with Babel as a transpiler. The interface is built using the react.js and redux.js libraries. The CSS is written using Sass.

Installation

You need npm or yarn to build this repository.

  1. Clone the repository.
  2. Run npm install or yarn at the root of the repository to build dependencies.
  3. More details to come!