An open API service indexing awesome lists of open source software.

https://github.com/silmu/react-speedgame

Simple game built in React.js. Enjoy! 🐸
https://github.com/silmu/react-speedgame

firebase javascript react

Last synced: 2 months ago
JSON representation

Simple game built in React.js. Enjoy! 🐸

Awesome Lists containing this project

README

          

![React](https://img.shields.io/badge/react-%2320232a.svg?style=for-the-badge&logo=react&logoColor=%2361DAFB)
![JavaScript](https://img.shields.io/badge/javascript-%23323330.svg?style=for-the-badge&logo=javascript&logoColor=%23F7DF1E)
[![CI](https://github.com/silmu/react-speedgame/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/silmu/react-speedgame/actions/workflows/main.yml)

# Catch a frog 🐸 - React.js

A simple game app where you have to catch a frog. The speed of the game increases with time.
You can choose difficulty levels which changes the amount of lilypads the frog can jump on.
Enjoy playing!

# Steps to follow

1. Clone repository
2. Install dependencies with `npm install`

# Scripts

- `npm start` to run locally

# Tech stack

1. [React.js](https://reactjs.org/)
2. [JavaScript](https://www.javascript.com/)