Prerequisites

Download

Libraries

download de algumas libs pra eu estudar melhor depois (texto do website ofc)

1

Install Recharts

Install Recharts by running the following command Recharts Docs

bash
npm install recharts@2.15.4
2

Install Shadcn UI

Run the init command to create a new Next.js project or to setup an existing one Shadcn UI Docs

bash
npx shadcn@latest init
3

Add Components

Add the required components to your project by running the following command:

bash
npx shadcn@latest add chart label card

That's all you need to get started.