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
- Host: GitHub
- URL: https://github.com/jusemon/bestiary
- Owner: jusemon
- Created: 2019-07-10T18:53:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-02T15:27:20.000Z (about 1 year ago)
- Last Synced: 2025-05-02T16:31:33.255Z (about 1 year ago)
- Topics: bestiary, bulma-css, crisis-core, final-fantasy-vii, react, react-redux, redux, redux-thunk, typescript
- Language: TypeScript
- Homepage: https://bestiary.jusemon.com/
- Size: 1.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```