-
I started this React Native Employee Manager app by following the instructions from the React Native Udemy course (Stephen Grider instructor)
-
My certificate of completion: https://www.udemy.com/certificate/UC-9ccb0517-76bf-4268-9d93-01bbd513e2ac/
-
Next, I plan to add some more features, feel free to make any contributions
- Employee Status/Schedule (clocked in?)
- Employee task list (ie. tickets) - predefined and new
- What task are they doing currently, what has been done?
- Employee Requests
- Google Maps API
git clone git@github.com:LawsonDaiki/EmployeeManager.git
cd EmployeeManager
cd manager && npm install
- Login/Authentication through Firebase - must set up Firebase manually first
- Setup Firebase for Data Storage by user
- A logged-in User can create new Employees.
- A logged-in User can modify/edit Employees.
- A logged-in User can View the List of Employees.
- A logged-in User can delete employees.
- React & React Native
- React Redux
- Thunk (async promises in redux)
- Firebase
- React Native Picker
- Utilized 'common' components from other projects such as Card and CardSection