Skip to content

IDLabResearch/favv-ui

Repository files navigation

FAVV Provider Lookup UI

Simple React + Vite web application with a search bar for looking up FAVV certified providers.

Features

  • Search providers by name, ID, city, or activity
  • Responsive card-based results layout
  • Lightweight setup with fast Vite development workflow

Getting Started

  1. Install dependencies:

    npm install
  2. Start the development server:

    npm run dev
  3. Open the local URL shown in the terminal (usually http://localhost:5173).

Build for Production

npm run build

The production output is generated in the dist/ directory.

Deploy to GitHub Pages

This repository includes a GitHub Actions workflow at .github/workflows/deploy-pages.yml that:

  • Builds the app on every push to main
  • Deploys the generated dist/ output to GitHub Pages

One-time repository setup

  1. Open your GitHub repository settings.
  2. Go to Pages.
  3. Under Build and deployment, set Source to GitHub Actions.

After that, every push to main will trigger a new deployment.

About

User oriented web application for the FAVV use case on certified providers monitoring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors