A modern React + Vite app for exploring dog breeds using TheDogAPI.
-
Set up environment variables
- Copy the
.env.examplefile to.env - Open
.envand paste the provided API key
- Copy the
-
VITE_DOGGO_API_KEY=your-api-key-here🛑 Important: Environment variable keys must start with VITE_ in Vite. -
Install dependencies
npm install
- Start the development server
npm run dev
Visit http://localhost:5173 to view the app.
Be sure to check DEV.md for the developer journal, detailing the implementation journey step by step.