/age-calc-fm

A Frontendmentor challenge. Simple age calculator widget component built with react js.

Primary LanguageTypeScript

Age Calculator

A simple Age Calculator widget built with React js, Typescript, and Tailwind CSS.

The designs are from a challenge by frontendmentor.io

Frontendmentor is a platform offering, some free and paywalled professional designs for frontend developers to create stunning projects.

View my list of all solved Frontementor challenges here

Steps followed

These are the steps followed in creating the initial setup

  1. pnpm create vite@latest age-calc-fm --template react-ts
  2. pnpm i -D tailwindcss autoprefixer postcss
  3. pnpx tailwindcss init -p

Useful resources