This project is my submission for the Dukaan Frontend Engineer assignment. It involves coding a Figma design in React with pixel perfection, utilizing the Vite build tool and Tailwind CSS for styling.
- Vite + React
- Tailwind CSS
- Clone the repository:
git clone https://github.com/PranabKumarSahoo/dukaan-payouts-ui-assignment.git
- Navigate to the project directory:
cd dukaan-payouts-ui-assignment
- Install dependencies:
npm install
- Run the applicaiton:
npm start
- Open your browser and go to
http://localhost:3000
to view the application.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh