Giter Club home page Giter Club logo

bereal-web's Introduction

Hi there ๐Ÿ‘‹

I'm Rihan! I love architecting systems that scale and working with the latest technologies.

Test in production

Rihan's Twitter Rihan's GitHub

wakatime

ReadMeSupportPalestine

bereal-web's People

Contributors

dependabot[bot] avatar rihanarfan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

bereal-web's Issues

Support opening BeReal profile URLs

Support opening BeReal profiles URLs like https://bere.al/exampleuser in the PWA and shows their profile with an add friend button.

The url_handlers part of web manifest allows PWAs to register as URL handlers. https://web.dev/pwa-url-handler/

The only requirement to getting this to work is that BeReal would need to add a web-app-origin-association file to .well-known to permit the PWA to handle their URLs.

Comments

  • Fix comments UI issues
  • Add comments
  • Delete comments

Install prompt

Prompt to install the PWA. PWA would have access to certain APIs like background syncing.

MyPost component

Shows account owner's BeReal without lazy loading and with option to set caption

Posting

Posting while on the desktop might be an issue because there isn't generally two cameras. Possible workarounds include using the webcam + screenshotting the page.

On mobile it should be straightforward to capture both cameras.

More skeletons

Add additional skeletons for loading states

  • Realmojis
  • User profiles
  • Friends

PWA

Make into PWA with install button and offline support

Convert to Nuxt 3?

Consider switching to Nuxt 3 just make the project easier to maintain.

Functions can be replaced with server routes. Only concern is that the app should run fully client side, so need to see if with { ssr: false } and server routes whether everything counts as a function use or if output only will put server routes in functions directory.

Auth

Create page for logging in

This would be a nice time to try and experiment with passkey, essentially rolling my own auth on top of BeReal's possibly making cross device easier.

Offline support

  • Background periodic sync
  • background service worker updates
  • offline caching of assets
  • tanstack query offline cache for vue

Post

  • User details (top bar)
  • Reactions
  • Comments
  • Proper secondary photo layout

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.