Introducing Almost Netflix: Netflix clone built with Vue and Appwrite

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • demo-almost-netflix-for-web

    Discontinued A Netflix clone built with @appwrite + @vuejs + @nuxt

    It would be impossible to write every piece of code in this article 😬 You will read about all essential concepts, components, and communication with Appwrite. Still, if you want to check out every corner of our Almost Netflix web application, you can check out the GitHub Source Code that holds the whole application.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    Since we are using TypeScript, let's also add definitions, so we can use them later to describe what data we are getting from Appwrite:

  • Vue.js

    This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

    To build Almost Netflix, we will use Vue.js because of its decent simplicity and forced structure. I believe reading Vue components is straightforward, and any web developer can understand what the code is trying to achieve.

  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

    Last but not least, we will use Tailwind CSS to style the components. Tailwind CSS makes it a bit harder to read HTML code but allows speedy prototyping, allowing us to recreate the Netflix UI in a blink of an eye.

  • Nuxt.js

    Discontinued Nuxt is an intuitive and extendable way to create type-safe, performant and production-grade full-stack web apps and websites with Vue 3. [Moved to: https://github.com/nuxt/nuxt]

    To manage routing, importing, and folder structure, we will stick to NuxtJS, an intuitive Vue framework.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Frontend framework for beginners?

    2 projects | /r/SpringBoot | 16 Aug 2022
  • Hacking together a web-scraping enrollment app

    5 projects | dev.to | 1 Jan 2022
  • JavaScript current year with getFullYear()

    2 projects | dev.to | 1 Jan 2022
  • Deploying Single Page App with AWS CDK V2

    2 projects | dev.to | 10 May 2021
  • Vue 2 Final Release

    1 project | news.ycombinator.com | 25 Dec 2023

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?