ionic-card Tailwind Templates

Ionic Card

First FEM challenge with Ionic React Tailwind

Frontend Mentor - Profile card component solution

This is a solution to the Profile card component challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Overview

The challenge

  • Build out the project to the designs provided

Screenshot

My process

Built with

  • Semantic HTML5 markup
  • Ionic markup
  • Tailwind CSS
  • React - JS library
  • Ionic - Native Web, IOS and Android builder
  • TailwindCSS - For styles

What I learned

Started to learn about Ionic framework. Thare are some configs to harmonize React+Ionic with Tailwind. Also to be able to deploy one need to adjust Vite behaviour.

<IonApp>
    <IonReactRouter>
      <IonRouterOutlet>
        <Route exact path="/home">
          <Home />
        </Route>
        <Redirect to="/home" />
        <Route component={Home} />
      </IonRouterOutlet>
    </IonReactRouter>
  </IonApp>
}

Continued development

The Ionic boiler plate rest over the Vite environment. I'll need to study this tool as it is my first time with it. Also it is important to respect Ionic tags about CSS when thare are also Tailwind classes...

Useful resources

Author

Acknowledgments

This Youtube channel is a treasure trove of IT stuff:

Free Code Camp

Top categories

Loading Svelte Themes