Skip to content

asare-21/task_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

This is a simple implementation of a task manager with live data streams with the help of gRPC

Folder Structure

This repository has two folders:

task_manager --> :
protos
client

Protos folder contains the gRPC definitions used to create the protocol buffers for data transmission. Read more here.

Client folder contains the task manager app. cd client. Then run flutter pub get to install the flutter packages.

Installation of gRPC server

The server repo can be found here.

Run npm install to install the packages.

Always ensure the protos folder in the grpc_server folder is in sync with the protos folder found in the client app .

UI

UI Inspritation can be found here

Some shots of the app

Demo

Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-02-18.at.08.35.01.mp4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published