This repository showcases a React project demonstrating the creation of a dashboard interface. The project utilizes Tailwind CSS for styling and the Tremor UI library for additional components and design elements.
- React
- Tailwind CSS
- Tremor UI
- Vite
- Clone the repository to your local machine.
- Install dependencies by running
npm install
. - Start the development server with
npm run dev
. - Open your browser and navigate to
http://localhost:5173/
to view the project.