A new Flutter application for the comany emloyees to cheer their peers for their perfommance in the company environment.
This project is a portfolio for my flutter app development skills.
- Employees can register using their company mail to register on platform.
- Employees can give cheers to their peers for various type of works like : Helping Hand , Community work , Task Finisher and problem solving stc.
- Admin of the company can view the employees and also the leaderboard of his company.
- Employees can chat with other employees in the Group Chat tab.
Backend of the app is on Firebase.
- Firebase Auth is used for Signup and Login with mail.
- Firebase Cloud Firestore is used for the NoSql database which includes Employees data and Chats.
- Firebase Storage is used for saving pictures of employees.
- GetX is used for the state management in the app.