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.
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
- The
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- Vanilla JavaScript
- Mobile-first workflow
- TailwindCSS - A utility-first CSS framework.
- Responsive sizing
- Hamburger menu
- Clean UI
- 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.