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
- Host: GitHub
- URL: https://github.com/brunojppb/d-and-d-web
- Owner: brunojppb
- Created: 2019-10-22T16:38:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-05-07T02:22:01.000Z (over 2 years ago)
- Last Synced: 2025-02-01T16:47:13.772Z (8 months ago)
- Topics: dungeons-and-dragons, fun, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.98 MB
- Stars: 6
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dungeon and Dragons Web with Friends
Just a simple Web UI written in React to play D&D with my friends during the weekends. Nothing fency.

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