Skip to content

Simple game created to practice React and Redux. Enjoy flying around and colleting dodge coins.

Notifications You must be signed in to change notification settings

FominSergiy/dogeMage

Repository files navigation

DOGE Mage

dogeDesktop

Tests and Deploy statuses

run unit tests 📚 build and deploy to pages 🥳

A little bit about the project

This project was created as a React/Redux practice. I took a fun twist on it (still while DOGE was popular). Feel free to set up a new score!

This project is setup with automated tests and build process. Althought unit tests don't come even close to covering all the components / functionality, they are good enough to setup workflows (all in the name of the automation).

The game is sort of available for desktop and mobile

dogeDesktop

dogeDesktop

Requirements

Setup

Reach out to me if you would like to work on this project. There are secrets to be shared!

Node install

suggest going the nvm route

Run Npm

First thing you would need to do is to get all the node_modules in your local project. From your cloned repo run: ( replace npm with yarn if that's what applies to you)

$ npm install

that will get all the modules needed for the app to run. Once all set, run the following command to check out the game locally.

$ npm start

From this point feel free to experiment with the code.

Tests

npm run unit-test

Build the App

There is a workflow setup to do the build. All you need is to get your PR approved / pushed to master

Deployed App

https://fominsergiy.github.io/dogeMage/

About

Simple game created to practice React and Redux. Enjoy flying around and colleting dodge coins.

Resources

Stars

Watchers

Forks

Packages

No packages published