Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 847 Bytes

README.md

File metadata and controls

60 lines (35 loc) · 847 Bytes

Walking Dogs 🐶

pic

Designed and build for a card game with the same name.

This app is a counter for HP and DEF score. There's some other options as well.

MOBILE ONLY! So press f12 and go for mobile mode if youre on PC.

For trying the app you need to have node on your machine, and run: "NPM INSTALL". after that run "NPM START".

or just use the link : https://walking-dogs.netlify.com/

Designed by Dog-Does

Build with React by Flaysh.

Enjoy!

Demo

https://walking-dogs.netlify.com/

Run Locally

Clone the project

  git clone https://github.com/Flaysh/walking-dogs

Go to the project directory

  cd walking-dogs

Install dependencies

  npm install

Start the server

  npm start

Authors