Skip to content

copy of cmsc23 week 9 discussion codes

Notifications You must be signed in to change notification settings

jlaungos/week9-auth

 
 

Repository files navigation

Simple Todo App using Firebase

The todo app connects to firebase cloud firestore and authentication. It uses a provider for state management

Folder Structure

lib
├───api
│   └───firebase_auth_api.dart*
│   └───firebase_todo_api.dart
├───models
│   └───todo_model.dart
├───providers
│   └───todo_provider.dart
│   └───auth_provider.dart*
├───screens
│   ├───modal_todo.dart
│   └───todo_page.dart
│   └───login.dart*
│   └───signup.dart*
└───main.dart
  • Models - contains the data model used
  • Providers - contains the Todo provider that contains the data and method logic
  • Screens - contains the screen/widgets used

About

copy of cmsc23 week 9 discussion codes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 34.8%
  • CMake 30.8%
  • Dart 26.3%
  • HTML 3.0%
  • Swift 2.5%
  • C 2.3%
  • Other 0.3%