This project is part of a challenge started by Uprodit. The goal of the challenge is to clone a search engine used to filter people based on different criteria and integrate it with the existing Uprodit APIs.
For this challenge, we are using:
- Vue 3 with Vite
- Typescript
- The Quasar Framework
To get started working locally with the project:
- Clone this repository
- Run
npm run dev
inside the root folder
You can also use the provided Docker setup by running:
docker-compose up --build --force-recreate
A live preview of the website is available here.