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

https://github.com/foxtrotsierra6829/pushy-react

Porting of my Pushy Island Greenfoot Edition (Java) to React
https://github.com/foxtrotsierra6829/pushy-react

lernwerkstatt pushy pushyisland react reactjs

Last synced: about 1 month ago
JSON representation

Porting of my Pushy Island Greenfoot Edition (Java) to React

Awesome Lists containing this project

README

          

# Pushy-React

Pushy Island recreated in ReactJS

Port-Over/Rebuild from existing [Greenfoot/Java Project](https://github.com/FoxtrotSierra6829/PushyGreenfoot)

> [!NOTE]
> Disclaimer: This project is based on the educational game _Pushy Island_ from Medienwerkstatt Mühlacker Verlagsges.mbH. No original arts or code were used.

## [Try it out now!](https://pushy.florian-scheuner.de/)

![Preview Image](https://github.com/FoxtrotSierra6829/Pushy-React/blob/master/Preview.png?raw=true)

# Getting Started

## Available Scripts

In the project directory, you can run:

### `npm install` or `npm i`

Installs the required dependencies

### `npm run dev`

Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) (default port) to view it in the browser.

The page will reload if you make edits.\
You will also see any lint errors in the console.

### `npm run build`

Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\
Your app is ready to be deployed!