/FaceCards

A simple react app that displays faces on cards

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

FaceCards

A simple react app displaying faces, names, and emails from cards.

Requirements

You will need the following software to be able to run this app successfully

Node

Node

Yarn

Yarn

Installation

$ git clone https://github.com/davidshare/FaceCards.git
$ cd FaceCards
$ yarn install

Run the App

You can run the app in development or production mode

Development mode

yarn run start:dev

Production mode

yarn start

Deploy the App to GH pages

Languages & tools

Inspiration

Andrei Neagoie - Complete React Developer in 2019 (w/ Redux, Hooks, GraphQL)