nityanandagohain / in-time

A mobile app in flutter
20 stars 28 forks source link
android dart flutter ios

in_time

Gitter chat

Note: The project is in its very initial stage

A cross platform mobile application to be always in time.

The app will help students to get all the work done in time and track his activities The students will be notified about their timetable, classes to attend, other todos to be done. It will help the student keep track of the number of class he/she has missed. It will also show motiviational quotes with todos to be done so that the student stays motivated.

img

Architecture used:

Bloc Pattern

Contributing Guide:

Step 1: Fork it.

Fork the repository by clicking on the Fork button.

Step 2: Clone it.

Clone your copy of the repository onto your local machine.

git clone https://github.com/<YOUR_USERNAME>/in-time

This makes a local copy of the repository onto your machine

Step 3: Add Upstream Remote.

List the current configured remote repository for your fork.

git remote -v
origin  https://github.com/Your_Username/in-time.git (fetch)
origin  https://github.com/Your_Username/in-time.git (push)

Specify a new remote upstream repository that will be synced with the fork.

git remote add upstream https://github.com/nityanandagohain/in-time

Verify the new upstream repository you've specified for your fork.

origin  https://github.com/Your_Username/in-time (fetch)
origin  https://github.com/Your_Username/in-time (push)
upstream        https://github.com/nityanandagohain/in-time (fetch)
upstream        https://github.com/nityanandagohain/in-time (push)

Step 4: Make Firebase Project.

Step 5: Contributing...

Whenever contributing, create a separate branch using commands below. Keep your master branch synced with remote branch.

Demo Gif of Working App