DEV Community

Cover image for Luminos
Dharmraj Sodha
Dharmraj Sodha

Posted on

Luminos

Introducing Luminous!🌟

I’m excited to unveil my latest web app, Luminous! This project focuses on creating a private, interactive space for video calls, combining functionality with a sleek, user-friendly design. Inspired by the familiar interface of YouTube, Luminous offers a seamless experience that enhances your online communication.

Why Luminous?

In a world where online interactions are increasingly important, I wanted to create a platform that prioritizes privacy while facilitating real-time connections. Whether you’re catching up with friends or collaborating with colleagues, Luminous is designed to make your experience engaging and secure.

Key Features:

  • Private Video Calls: Enjoy a secure environment for your conversations, ensuring your discussions remain confidential.
  • Interactive Elements: Engage with various hidden features that enhance your video call experience.
  • Familiar Interface: Navigate effortlessly with a YouTube-inspired design that makes you feel right at home.

Try It Out!

Explore Luminous and see how it can transform your video calling experience. Visit the demo here: Luminous Demo

You can also check out the code on GitHub: Luminous GitHub Repository

I would love to hear your thoughts, suggestions, and any feedback you might have! Your insights are invaluable as I continue to improve this project.

Let’s stay connected and embrace innovation together!

Top comments (0)

typescript

11 Tips That Make You a Better Typescript Programmer

1 Think in {Set}

Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a conceptual model instead.

#2 Understand declared type and narrowed type

One extremely powerful typescript feature is automatic type narrowing based on control flow. This means a variable has two types associated with it at any specific point of code location: a declaration type and a narrowed type.

#3 Use discriminated union instead of optional fields

...

Read the whole post now!

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay