Skip to content
/ uibugs Public

A platform that allows users to showcase bugs in popular websites and applications, helping website owners identify and fix issues more efficiently.

License

Notifications You must be signed in to change notification settings

ittid/uibugs

Repository files navigation

uibugs

uibugs is a platform that give you the possibility to showcase bugs in large and popular websites and apps.

Recommendations

extentions:

  • Vue.volar
  • Vue.vscode-typescript-vue-plugin

Requirements

.env

  • VITE_SUPABASE_URL="SUPABASE URL"
  • VITE_SUPABASE_KEY="SUPABASE KEY"
  • VITE_BASE_PHOTO_URL="SUPABASE PHOTO URL"

supabase

1- your need to have those tables:

image

1.1- bugs table structure:

image image

1.2- follower_following table structure:

image image

1.3- users table structure:

image

1.4- create a buckets bu the name of images & then create a folder /public inside them

Installation

npm run dev

Runs the app in the development mode.

npm run build

Builds the app for production to the build folder.

About

A platform that allows users to showcase bugs in popular websites and applications, helping website owners identify and fix issues more efficiently.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published