Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bushido2014/nuxt3-mmo-games
Nuxt 3 MMO Games App Database from RapidAPI
https://github.com/bushido2014/nuxt3-mmo-games
games-api nuxt-swiper nuxt-ui nuxt3 rapidapi vue-awesome-paginate
Last synced: 5 days ago
JSON representation
Nuxt 3 MMO Games App Database from RapidAPI
- Host: GitHub
- URL: https://github.com/bushido2014/nuxt3-mmo-games
- Owner: bushido2014
- Created: 2023-11-02T15:17:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T13:16:02.000Z (5 months ago)
- Last Synced: 2024-06-25T14:44:53.869Z (5 months ago)
- Topics: games-api, nuxt-swiper, nuxt-ui, nuxt3, rapidapi, vue-awesome-paginate
- Language: Vue
- Homepage: https://nuxt3-mmo-games.netlify.app/
- Size: 865 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt 3 MMO Games App
This project is a simple web application developed with Nuxt 3 that retrieves data about MMO games from [rapidapi.com](https://rapidapi.com).
## Features
- Utilizes [Nuxt UI (@nuxt/ui)](https://ui.nuxt.com) to create a modern and responsive user interface.
- Implements [Swiper.js module for Nuxt 3 (nuxt-swiper)](https://nuxt.com/modules/swiper) to display information and images about games in an interactive and attractive way.
- Includes a pagination system using [vue-awesome-paginate](https://github.com/peshanghiwa/vue-awesome-paginate) to organize data and provide a smoother user experience.## How to Run the Application
1. Clone this repository to your computer.
2. Run `npm install` to install project dependencies.
3. Run `npm run dev` to start the Nuxt development server.