Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 838 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 838 Bytes

An Application that was created using React, React-native, and firebase

User is able to create an account with authentication provided by Firebase Email and Password. If user is not registered, it will automatically register the user and log them in.

User is able to ADD an employee shift, with their name, phone number and shift date. User can also EDIT, and DELETE Employee shift's if there are any changes that need to be made. They can also TEXT the employee their next upcoming shift to remind them.

The application was also a test to learn how to use Redux, to learn the use of Actions and Reducers as well as to undersatnd how to manage application level state to make the entire project easier. Learning how to create actions that make class-based components easier to manage as well as practicing correct code etiquette.