/npc-repo-front

This is the frontend for an NPC repository app, allowing game masters and players to log story characters from their tabletop RPGs.

Primary LanguageJavaScript

NPC Repo

NPC Repo is a web app to support tabletop RPG games such as Dungeons and Dragons. It allows users to POST, GET, UDPATE, and DELETE story characters (aka NPCs, or Non-Player Characters) for RPG campaigns. Game masters and players can use this web app to keep track of the myraid of characters presented in these types of games.

Features

This project is built on a Nodejs/Express backend using the Sequelize ORM. You can find the backend code here.