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

https://github.com/brunojppb/d-and-d-web

Our own Dungeons & Dragons Web client for our fun meetups
https://github.com/brunojppb/d-and-d-web

dungeons-and-dragons fun javascript react reactjs

Last synced: 8 months ago
JSON representation

Our own Dungeons & Dragons Web client for our fun meetups

Awesome Lists containing this project

README

          

# Dungeon and Dragons Web with Friends
![workflow-badge](https://github.com/brunojppb/d-and-d-web/workflows/deploy/badge.svg)

Just a simple Web UI written in React to play D&D with my friends during the weekends. Nothing fency.

![app](https://i.imgur.com/OtA7rGg.gif)

## How to run it locally

In the project directory, you can run:

```shell
# install the dependencies
npm install
# run the app locally
npm start
```

Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.

## TODO:
- [x] Add enemies below the heroes
- [x] Keep track of how many hits we inflicted on enemies
- [x] Mark them as dead
- [x] Resurrect Enemies