This project is a simple web application developed with Nuxt 3 that retrieves data about MMO games from rapidapi.com.
- Utilizes Nuxt UI (@nuxt/ui) to create a modern and responsive user interface.
- Implements Swiper.js module for Nuxt 3 (nuxt-swiper) to display information and images about games in an interactive and attractive way.
- Includes a pagination system using vue-awesome-paginate to organize data and provide a smoother user experience.
- Clone this repository to your computer.
- Run
npm install
to install project dependencies. - Run
npm run dev
to start the Nuxt development server.