Skip to content

Latest commit

 

History

History
57 lines (38 loc) · 1.68 KB

README.md

File metadata and controls

57 lines (38 loc) · 1.68 KB

Roll For Friendship

Description

Roll for Friendship is a site that will linke Game Masters' games with Player's characters. The users will be able to select what type of character they are looking for in their game and we will match that player and game master together.

Table of Contents

User Story

AS AN avid RPG Game Master

I WANT to search for characters to play in my campaign

SO THAT I can have a full party

Usage

If Local:

  • npm run deploy to start the application. It should automatically open a new browser window.

From Heroku:

https://roll-for-friendship.herokuapp.com/

Technologies

Credits

  • Josh Lee
  • Lacey Pape
  • Tarik Maggio
  • Aaron Mendoza
  • Chip Long

Known issues outside of our code:

  • When opening the accordion, there is an error, "Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Transition which is inside StrictMode." This is a known issue with react-bootstrap: react-bootstrap/react-bootstrap#5075.