Skip to content

Latest commit

 

History

History
87 lines (47 loc) · 2.14 KB

README.md

File metadata and controls

87 lines (47 loc) · 2.14 KB

Doghouse

The APP is a time management APP based on Flutter & Firebase. Improve users productivity at work and study by timekeeping.

The main functions include:

  • HomePage
  • Timekeep & tag
  • DogHousePage
  • FriendPage
  • StorePage
  • SettingPage

Function

HomePage

This page is the initial screen of the program after login. It includes the main page and the sidebar.

Main Page:

image-20200719220447932

Sidebar:

image-20200719220514264

Timekeep & tag

Timekeeping and tagging are the main features of the app. You can select the duration and the tags.

Time Selecting

image-20200719220456774

Tag Selecting

image-20200719220450681

Timekeeping

image-20200719220509292

DataPage

Charting user timekeeping habits.

image-20200719220529952

DogHousePage

Display the entrys with reversible cards. Click on the card to turn it over.

image-20200719220518476

FriendPage

You can add friends and compare times by leaderboard.

image-20200719220534106

StorePage

Users can earn coins by timing and can unlock more pets in the store.

image-20200719220225779

SettingPage

Users can change their password, change their username and log out.

image-20200719220544929

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.