Skip to content

seths10/UniCare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 

Repository files navigation

UniCare

A Solution Challenge Submission

UniCare was created to help students to gain easy access to therapists and counselors on campus. It contains a reporting functionality to make an SOS call to nearby police, hospitals or fire service in case of an emergency. We believe that this is a necessary step in bringing down the death-rate due to suicide and depression in our community.

Constants

This project uses 'Poppins' as it's primary font. All the fonts have been pre-imported.

Moreover, here are a few colors which are used throughout the project, and have been added within an AppColors class, use them accordingly.

primaryColor            : Color(0xFF0984E3)
secondaryColor1         : Color(0xFF09E3D4)
secondaryColor2         : Color(0xFFE36709)
subTextColor            : Color(0xFF858585)
textColor               : Color(0xFF202124)
errorColor              : Color(0xFFF03738)

Designs

All the design/mockups for the app have been added in the designs directory. You can use those for reference.

Description

  • Our solution mainly consists of a Flutter based mobile app. We wanted our solution to reach the masses, that's why we picked flutter as our framework of choice because of its cross-platform capabilities.

  • For the backend, we mostly relied on Firebase, as it was easier to integrate with the flutter app, without any hassle to manage & create instances of our server.

  • For sign-ups & authentication, we used Firebase authentication or Auth.

  • For storing the different types of data including user data, we chose Cloud Firestore because of its robust features and ability to query & filter out documents with ease.

Setup

Clone the repository
git clone https://github.com/seths10/UniCare.git
Move to the desired folder
cd unicare
To run the app, simply write
flutter run

About

Our app primarily deals with the health sector. When it comes to saving a life, every millisecond counts! We're UniCare!

Made with ♥ by

forthebadge

About

Helps students to have online counseling sessions with therapists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published