Skip to content

rahibbutt/pokepipeline-frontend

Repository files navigation

Pokepipeline-frontend

Pokepipeline-frontend is a single-page production-ready application built with Vue.js 3 and styled using Tailwind CSS. The app fetches Pokémon data from the pokepipeline-backend via PokeAPI and displays it in a responsive, user-friendly interface.

The project follows semantic versioning, includes CI/CD workflows for automated builds and deployments and is available both as a static site on GitHub Pages and as a Docker-ready image for containerized environments.

Run production-ready build locally using docker image

  1. Run Docker image locally:
docker run -p 9000:80 rahibbutt/frontend

Access the local server at: http://localhost:9000

Run project locally by cloning Github repository

  1. Git clone using the web URL:
https://github.com/rahibbutt/pokepipeline-frontend.git
  1. Install npm dependencies:
npm install
  1. Build the project:
npm run build
  1. Run project locally:
npm run dev

Access the local server at: http://localhost:9000

📦 Technologies used

  • Vue.js 3 + Tailwind
  • Docker
  • Semantic versioning
  • GitHub Actions (CI/CD)
  • Axios for API communication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •