Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.79 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.79 KB

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.