Ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/yourusername/seniorsoftwareengineer-technicaltest.git cd seniorsoftwareengineer-technicaltest
-
Install dependencies:
npm install
-
Development Server:
npm run dev
Open your browser and navigate to
http://localhost:5173
to view the application. -
Build for Production:
npm run build
-
Preview Production Build:
npm run preview
This will start a local server to preview the production build.
- Vue.js: Frontend framework
- Pinia: State management
- uuid: For generating unique IDs
- Tailwind CSS: Utility-first CSS framework
- Vite: Build tool
You can view the live demo of the application at: Live Demo URL