Coding Assessment - Floor Plan (RU Table) Web App
This React.js app is designed to generate a Rack Unit (RU) Table floor plan based on a JSON dataset containing product names and their repetition count.
- React: A JavaScript library for building user interfaces.
- Vite: A fast and efficient development build tool for modern web applications.
- pnpm: A package manager for JavaScript projects.
- SCSS: A popular CSS preprocessor.
-
Clone the repository.
git clone https://github.com/dakshkhetan/coding-assessment.git
-
Install dependencies.
pnpm install
-
Run the app.
pnpm run dev
-
Open your browser and navigate to
http://localhost:5173
to view the app.
You can preview the production build of the app here.
Daksh Khetan