An employee management app, which lets you manage your employees effectively from creating a new employee, viewing all employees, adding a new employee, updating exisitng employee to deleting one. The app is built using Flutter for frontend, Cosmocloud APIs for backend and MongoDB for database management.
Steps to use the app:
- On the landing page, click on the 'Add Employee' icon on top right corner.
- On the Add employee page, mention all details like Name, Address and Contact methods (Only the name field is mandatory). Click on 'Done' to submit.
- You will be able to see the new employee on landing page. You can also pull down to refresh.
- Click on the trash icon to delete an employee.
- Click on any employee tile to open the employee details page where you can also edit the exisitng employee and save.