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.

Technologies Used

  • 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.

Getting Started

  1. Clone the repository.

    git clone https://github.com/dakshkhetan/coding-assessment.git
  2. Install dependencies.

    pnpm install
  3. Run the app.

    pnpm run dev
  4. Open your browser and navigate to http://localhost:5173 to view the app.

Preview

You can preview the production build of the app here.

Author

Daksh Khetan