dbowling / game-night

A full-stack web app to host or join board game nights.

Home Page:https://game-night.claudiorivera.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

game-night

An full-stack web application that lets you create and join board game nights.

Uses the BoardGameGeek API2 to pull game info, using fast-xml-parser to parse the XML into some custom JSON.

Technologies Used

New in This Version

  • Log in with "magic link" via email (random image and name assigned when using Email to login)
  • Remove unimplemented Profile page until we're ready to implement

Future Improvement Ideas

  • Allow users to update name and profile pic
  • Move old events into a "past events" section on the dashboard and events page.
  • Implement the game search into the event creation process.
  • Add Facebook login.
  • More confirmation dialogs, and improve the toasts. 🍞
  • Improve overall design and styles. 💅🏼

Install

yarn

Config

Add a .env.local file with environmental variables as shown in the example .example.env.local file.

Dev

yarn dev

Known Bugs

  • The Board Game Geek API has an issue where the game descriptions output escaped character sequences instead of the characters.

About

A full-stack web app to host or join board game nights.

https://game-night.claudiorivera.com/


Languages

Language:TypeScript 99.9%Language:JavaScript 0.1%