/play-vuerdict

Play Vuerdict is a game review platform.

Primary LanguageVue

Play Vuerdict Webapp

Welcome to the Play Vuerdict Web App documentation. This web app allows users to explore and review games. It is built using Vue 3, Vite, and Tailwind CSS.

Check the deploy preview

Cloud Strife

Technologies used:

  • Vue3
  • Vite
  • Tailwind CSS
  • Pinia

Installation

Make sure you have Node.js installed on your system. Clone this repository and run the following command to install dependencies:

npm install

Configuration

Before starting, you need to set up your environment variables. Create a .env file in the root of the project and define the following variables exemples:

VITE_API_URL="http://localhost:8000" # URL:PORT

Execution

npm run dev

The development server will start and be accessible at http://localhost:5173 (or the default Vite port you configured).

work to be developed

  • - Store games already requested inside Pinia global storage
  • - fix mobile styles for home page

Backend Integration

This web app works in conjunction with a backend server. You can find the backend repository at the following URL:

Play Vuerdict API

Make sure to follow the setup instructions in the backend repository to get the server up and running.