/uprodit-challenge-vue

A clone of uprodit's profiles search page in Vue 3.

Primary LanguageVueMIT LicenseMIT

Uprodit Challenge

Context

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.

Tools

For this challenge, we are using:

Local setup

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.