Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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
```