An app to keep track of events/tasks of various boards in a single place.
- LogIn with email and password
- SignUp to create a new account
- Forget Password in case you need :)
- Authentication of email using
Firebase; No Login for unauthenticated users - Profile Page where you can change your
username,password,profile pictureand evendeleteyour account - Calendar to organise events in better way
- Categories to sort events of different boards
- Cloud Firestore to access data from any device any time
- Notifications to remind you about upcoming events
- Dart
- Flutter
- Firebase
To run this app, you will need to follow these 3 steps:
- Laptop
- Xcode or Android Studio and Simulator or Device to test
- Git installed on your Laptop.
- Clone this repository
git clone https://github.com/akshatmittal2002/event-manager.git
- Go into the repository
cd event-manager
- Install all dependences
flutter pub get
- Start the simulator
- Run App
flutter run
This project is based on the goal of improving my Dart and Flutter skills.