Build a Real Time Leaderboard in Nuxt.js and Pink Design

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

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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • nuxt-racing-leaderboard

    A simple racing leaderboard with Appwrite's real time functionality. Built with Nuxt.js

  • The source code for this project is available below: Real-Time Racing Leaderboard | GitHub

  • racing-leaderboard-starter

    Starter template for a racing leaderboard built in Nuxt

  • To make learning faster, generate your repository from this starter template on GitHub. It comes with Nuxt 3, Appwrite's Pink Design, and Appwrite's Nuxt module. It also contains some helper functions in the utils folder.

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

    InfluxDB logo
  • nuxt

    The Intuitive Vue Framework.

  • // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ runtimeConfig: { public: { database: process.env.APPWRITE_DATABASE_ID, collection: process.env.APPWRITE_COLLECTION_ID, }, }, modules: ['nuxt-appwrite'], appwrite: { endpoint: process.env.APPWRITE_ENDPOINT, project: process.env.APPWRITE_PROJECT_ID, }, });

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

  • Quick Tip: Nuxt & Storyblok Error Handling (e.g. 404)

    1 project | dev.to | 21 Apr 2024
  • Build An Ecommerce Store from Scratch using Medusa and Nuxt: Part 02

    3 projects | dev.to | 24 Feb 2024
  • This yarn calculator helps you decide how much yarn to buy

    2 projects | /r/Tufting | 9 Dec 2023
  • Nuxt.js: a practical guide

    2 projects | /r/JAMstack_dev | 2 Nov 2023
  • tackling client side cache in nuxt3 (_payload.js)

    1 project | /r/Nuxt | 31 Oct 2023