This project is the frontend implementation of the UI design shared by Dukan Company's CTO, Shubash Choudhary, on Twitter. The Dukan App FrontEnd is designed to provide a comprehensive dashboard for tracking transactions, revenue, and payout details efficiently.
- Responsive Dashboard with a modern UI.
- React: Utilized for building the user interface.
- Vite: Used for a faster and leaner development experience.
- Tailwind CSS: For styling and responsive design.
- Recoil: State management library used for managing global state across components.
To run this project locally, follow these steps:
- Clone the repository:
git clone <repository-url>
- Install dependencies:
npm install
- Start the development server:
The application will be available at
npm run dev
http://localhost:5173
.