author | title | |
---|---|---|
|
Work Summary |
The site is built with gastby.js a react framework for building prerendered react sites.
I setup a custom search by lake feature on the homepage.
The chatbot is setup to ask the user a series of questions and then compile the answers and send an email by calling a lambda function
I setup an aws lambda function to email responses from the chatbot to clients here
By optimizing all the images at build time it allows all images to be automatically scaled to their viewport. IE: we won't force a client to load a 900px image on a 300px screen. Instead we send them an image we resized to 300px in advance.
mdr has full support for the next generation image format known as webp meaning it delivers smaller, higher quality images on compatible browsers.
mdr has as consistent and flexible design system I developed from the mockups provided. The project uses the xstyled library to write styles for React Components.
The data for the concierge services, guest services, homepage rentals component, team member bios and testimonials are all stored in `JSON` here
The content for the remaining pages is stored in MDX please refer to this tutorial for writing markdown https://www.markdowntutorial.com/.