A simple web application that displays information about VALORANT agents and weapons using the VALORANT API. Built with Vue.js and Tailwind CSS.
The project is deployed on Vercel: Live Demo
This project uses the VALORANT API to fetch game data.
Clone the repository git clone
https://github.com/ansengarie/valorant-project.git
Install dependencies
npm instal
Create .env file and add API URL
VUE_APP_BASE_URL=https://valorant-api.com/v1
Build for production
npm run build
To start development server with hot-reload:
npm run serve
To compile and watch Tailwind CSS:
npm run tailwind