As part of a case study for an interview process, I was tasked with building a feature that can record the name and phone number of a guest.
Per the feature requirements, this was completed by setting up a component in React that validates guest data and appears according to a design file.
To receive this form data, I created an API endpoint in Rails, which validates entries before storing them.
You can find the Github link here: