EuroSquares: An AWS Amplify-Powered Game for Eurovision 2023

This page summarizes the projects mentioned and recommended in the original post on dev.to

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • EuroSquares

    Game for the Eurovision Song Contest

  • For Eurovision 2023, I decided to create EuroSquares, a game that allows a group of friends to be assigned random countries to see who will have the most points at the end of the contest. In this post, I'll explain how AWS Amplify was used to power the EuroSquares application, the code is available on GitHub.

  • serverless-express

    Run Express and other Node.js frameworks on AWS Serverless technologies such as Lambda, API Gateway, Lambda@Edge, and more.

  • Amplify gives an option of using a template and linking the API Endpoint with the Lambda and a connected DynamoDB table. I selected the template, Serverless Espress, which provided a lot of code in the template, though the majority of it felt overly bloated for what was effectively CRUD functionality.

  • 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
  • React

    The library for web and native user interfaces.

  • EuroSquares was built using React JS and was NodeJS. The application consists of a front-end React application, a REST API, AWS Lambdas, and DynamoDB tables for storing data.

  • Bootstrap

    The most popular HTML, CSS, and JavaScript framework for developing responsive, mobile first projects on the web.

  • The front-end of the application was built using React and was designed to be simple, especially with a time crunch on the project. The user interface was designed using the Bootstrap library, which provides a set of pre-built UI components that can be easily customized to fit the needs of the application.

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