Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sviridoff/a-food-affair
🐱 In a city plenty of hungry kittens, you need to feed them all!
https://github.com/sviridoff/a-food-affair
game react react-redux redux
Last synced: 16 days ago
JSON representation
🐱 In a city plenty of hungry kittens, you need to feed them all!
- Host: GitHub
- URL: https://github.com/sviridoff/a-food-affair
- Owner: sviridoff
- Created: 2019-11-24T16:37:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-10T12:30:11.000Z (almost 5 years ago)
- Last Synced: 2024-10-04T17:44:23.438Z (about 1 month ago)
- Topics: game, react, react-redux, redux
- Language: TypeScript
- Homepage: https://sviridoff.github.io/a-food-affair/
- Size: 1.23 MB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# a-food-affair
In a city plenty of hungry kittens, you need to feed them all. It's not an easy task!
Game created using the fabulous [React](https://reactjs.org/), [Redux](https://redux.js.org/) and [Redux Toolkit](https://redux-toolkit.js.org/) libraries.
The demo is available here https://sviridoff.github.io/a-food-affair/
## Requirements
Node.js >= 13.6.0
## Installation
```
git clone https://github.com/sviridoff/a-food-affair.git
cd a-food-affair
npm install
npm run build
```