Frontend Mentor - Manage landing page solution

Live Site URL - https://stephorc.github.io/tailwind-manage-landing/
This is my solution to the Manage landing page challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.
The challenge
Users should be able to:
- View the optimal layout for the site depending on their device's screen size
- See hover states for all interactive elements on the page
- See all testimonials in a horizontal slider
- Receive an error message when the newsletter sign up
form
is submitted if:
- The
input
field is empty
- The email address is not formatted correctly
Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Vanilla JavaScript
- Mobile-first workflow
- TailwindCSS - A utility-first CSS framework.
Features
- Responsive sizing
- Hamburger menu
- Clean UI
Useful resources
- Tailwind Docs - This was my first time using Tailwind, so I made good use of the docs when attempting to create transitions (etc.).
- StackOverflow - This question was really helpful to creating an interesting animated hamburger menu/icon.