Skip to content

amogh2019/router-example

 
 

Repository files navigation

React Router Example : Simple Snake Game

Wanted to make a snake game using a simple react router

Forked How to make a Single Page Application with React Router. by - Tania Rascia

Demo

  • The App can be run as github static page.
  • Build folder is present in gh-pages branch.
  • PLAY THE GAME!
  • Current app is intended to be run over desktop browser. Mobile compatiblity to be taken up later. (though some touch swipe support is added)

Design

Design Markdown

How to Develop and Run

  • Clone repo
  • npm install
  • npm run start (the app runs locally)
  • npm run deploy (deploy app on gh-pages)(builds locally, pushes the build folder to gh-pages branch)(auto deploy from there)

Author

amogh2019

License

This project is open source and available under the MIT License.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.9%
  • HTML 3.1%