This project demonstrates a responsive dashboard built using React.js and styled with Tailwind CSS. The dashboard provides various components and layouts commonly found in web applications.
- React.js
- Tailwind CSS
- Clone the repository.
- Install dependencies using
npm install
ornpm install --force
. - Run the development server with
npm start
. - Access the dashboard in your browser at
http://localhost:3000
(or the specified port).