Simple React + Vite web application with a search bar for looking up FAVV certified providers.
- Search providers by name, ID, city, or activity
- Responsive card-based results layout
- Lightweight setup with fast Vite development workflow
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the local URL shown in the terminal (usually http://localhost:5173).
npm run buildThe production output is generated in the dist/ directory.