Advice Generator App

Tech Stack - React + vite, TailwindCss, DaisyUI, Axios

This is very simple beginner friendly project

Guide :

1) Set Up Vite Project with react with js and tailwind css
2) In App component use this API - 
```
https://api.adviceslip.com/advice
```
3) we can use hook or simple function for onClick event 
4) based on click it should fetch an advice form that api response
5) additionally i added a loading state for better user understanding