kartikey4474 / tabmanager

An application used to manage all your tabs in a clean, scrollable, categorized format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tabmanager

Created by Sami-ul

npm nodejs flutter postgres

zero license

ahmed.samiul.h@gmail.com

You can contact me here: ahmed.samiul.h@gmail.com

Recent updates

  • Made the app run faster by using the backend to serve the build
  • Check Usage to know how to use it now

Page 1 Page 2 Page 3 Page 4

Info

  • A tab manager that uses Postgres, NodeJS, Express, and Flutter
  • Boxes are draggable
  • Search feature that uses the title to search
  • Instructions to set up Postgres are in tabmanager_backend\SQL_Queries

Usage

  • Build flutter if updated version is not in tabmanager_backend\flutter_build
  • Navigate to tabmanager_backend and run node .
  • App is open on port 3000

Required Tools

  • Make sure you have the following tools installed
    • Postgres
    • NodeJS
    • Flutter

Setup

  • Deprecated: Use instructions in usage instead, still use this for updating
  • Updating packages
    • To do this navigate to each folder in server
    • Enter these commands in terminal - cd tabmanager_backend - npm install - cd..
      • Now you have updated packages for poetry and npm
      • We will now update flutter packages
        • Navigate to webapp
        • Assuming you are in summarizationapi:
        • cd tabmanager_frontend
        • flutter pub get
  • Now lets run the app
    • Navigate to each folder in server to start the backend - I have not hosted the api anywhere yet so thats why we need to do this(I am only using this for personal use plus database was designed with only localhost in mind) - cd tabmanager_backend - node .
      • Now we can start the frontend
        • Use a separate terminal
        • cd tabmanager_frontend
        • flutter run -d Chrome --release --web-port=5000
      • Now the app will start

About

An application used to manage all your tabs in a clean, scrollable, categorized format.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Dart 83.6%Language:HTML 8.4%Language:CMake 3.5%Language:Swift 2.9%Language:Batchfile 0.9%Language:Kotlin 0.6%