Lord of the Rings: LCG webapp

This page summarizes the projects mentioned and recommended in the original post on /r/lotrlcg

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • http-server

    a simple zero-configuration command-line http server

  • The documentation is quite lacking, my apologies for that. As u/jstavgguy mentioned, the file format of the decks is JSON. You can open up the files in any text editor and you will see that it's a pretty simple file identifying the cards to include and the location of their images. As I cannot provide the images to the cards, you will need to host them yourself somewhere. For example, I store them on a machine in my home office and run a NodeJS http-server on the machine to make them accessible to all my devices on the same network.

  • card-game-kit

  • I have uploaded an example index file with all cards to https://github.com/duroyprofundo/card-game-kit/blob/main/games/lotr-lcg/decks/index.json. Just the filenames need to be updated with valid URLs (e.g., http://www.cardgamedb.com/forums/uploads/lotr/aragorn-core.jpg).

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Need help setting up a remote depository using GitHub and VCS

    1 project | /r/webdev | 3 May 2023
  • What is the simplest way to run an index.html file inside a server.js file using node.js

    1 project | /r/node | 29 Apr 2023
  • Looking to host React Static Application on AWS S3 question on dependencies

    1 project | /r/learnprogramming | 5 Apr 2023
  • Opened my angular project after a week to find it like that? (All the stuff i built doesn't appear anymore). Any Idea why ? (Note: in the extensions the "Angular Language Service" seems to have had an update). Opening from Chrome shows the html but not the rest of the code.

    1 project | /r/angular | 1 Mar 2023
  • When they run the http-server command in the codespace, is it an alias in the .bashrc file that executes something along the lines of 'sudo systemctl start apache2' after they configured the apache2 server? Or is there a much simpler aproach that I didn't take into consideration?

    1 project | /r/cs50 | 8 Feb 2023