SeniorSoftwareEngineer-TechnicalTest

Prerequisites

Ensure you have the following installed:

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/seniorsoftwareengineer-technicaltest.git
    cd seniorsoftwareengineer-technicaltest
  2. Install dependencies:

    npm install

Running the Application

  1. Development Server:

    npm run dev

    Open your browser and navigate to http://localhost:5173 to view the application.

  2. Build for Production:

    npm run build
  3. Preview Production Build:

    npm run preview

    This will start a local server to preview the production build.

Technologies Used

  • Vue.js: Frontend framework
  • Pinia: State management
  • uuid: For generating unique IDs
  • Tailwind CSS: Utility-first CSS framework
  • Vite: Build tool

Live Demo

You can view the live demo of the application at: Live Demo URL