Tailwind website. Using react-typed library for vicious typing animation. Neon green colors. Hover and scale in CSS. Build sections of a modern website today (Hero, Footer, Pricing Tiers, etc). Used an icon library for icons in the footer.
Tutorial description: Follow along and build this React JS & Tailwind CSS 100% mobile responsive website from scratch. We will install and use Tailwind CSS in a “Create-React-App” application. Use a really cool react package “React-Typed” for some text animation in the Hero component. UseState hook to toggle the mobile side drawer menu. Import “React-Icons” dependency for social icons.
Software versions
Problems in the project:
Couldn't get pricing tiers to scale upon hover
I wrote the wrong syntax for hover scale setting in Tailwind CSS
incorrect:
Learned how the Typed component of the react-typed module works to create the typing animation effect. Instead of writing one from scratch there's a component for it.