A personal project developed by Travis Allen
Shift tango was developed to be a solution for a company to manage and coordinate the work schedules of their employees. This project was built as a full stack application, using React on the front end and Node/Express on the back end.
- React along with Material UI was used to build the user interface.
- The data model used a six table schema to track users, shifts, time off, terminations, and communication preferences
- SMS and email notifications were built in using twilio and Nodemailer
