Advice Generator is a web app that fetches a random advice from an API when the button is clicked. It was made using Next.JS and Tailwind CSS. Here is the preview link: (https://thunderous-taffy-0bdbd1.netlify.app/)
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.