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

https://github.com/jusemon/bestiary

Crisis Core: Final Fantasy 7 Bestiary
https://github.com/jusemon/bestiary

bestiary bulma-css crisis-core final-fantasy-vii react react-redux redux redux-thunk typescript

Last synced: 4 months ago
JSON representation

Crisis Core: Final Fantasy 7 Bestiary

Awesome Lists containing this project

README

          

# CC:FF7 Bestiary

Crisis Core: Final Fantasy VII bestiary, it's integrated with the [Final Fantasy Fandom API](https://finalfantasy.fandom.com/)

Allows to search by enemy or item name (droped and stealed items).

A running version of the project could be found here: [Live Link](https://bestiary.jusemon.com/)

## Environment

```bash
cp .env.example .env
```

## Development

```bash
yarn install
yarn dev
```

## Build

```bash
yarn build
```