kilkelly / react-kart

A fun kart betting game made with React!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactKart

ReactKart is a simple game made to improve my React & Redux skills. Choose your kart wisely based on how lucky they are, place a bet and try to increase your Coin Balance!

Play ReactKart now!

ReactKart Select Screen ReactKart Race Results

Installation

First install node.js. Then:

npm install

Running in production mode

npm run start

then open http://localhost:3000/ in your browser

Running in development mode

(mostly to allow hot-reloading of React components)

npm run start:dev

Rebuilding production files

npm run build

Of note in this repo are:

I learned a lot building this small project because the end result turned out to be fun! Pull requests and comments / issue reports / questions are most welcome. Enjoy and hope the source code helps you!

About

A fun kart betting game made with React!


Languages

Language:JavaScript 90.2%Language:CSS 9.2%Language:HTML 0.6%