This project is a Vue.js application that has only one screen, where all user's favorite offers are listed in a card format. In addition, there is a modal on the page that allows users to filter offers by various types and add new offers to the favorites list. The modal displays an array of offers that the user can select and add to their list. With this project, users can easily manage and access their favorite offers on a single, intuitive page.
- Page that lists in card format all offers favorited by the user.
- Modal that allows filtering in multiple ways and adding an offer to your list of favorite offers
- Options on the card that allow removing it from favorites.
These instructions will help you run the project on your local machine for development purposes.
- Docker 20.10.20
- docker-compose 1.29.2
$ git clone https://github.com/LuizGGoncalves/quero-front-test.git
$ cd quero-front-test
Start application:
$ docker compose up