An interactive application to discover premium kitesurfing locations worldwide.
- Interactive world map with location markers
- Real-time weather data for each spot
- High-quality images of kitesurfing destinations
- Detailed information about each location
- Trending spots based on current conditions
- Clone the repository
- Install dependencies with
npm install
- Create a
.env
file with the following API keys:VITE_OPENWEATHER_API_KEY=your_openweather_api_key VITE_PEXELS_API_KEY=your_pexels_api_key
- Run the development server with
npm run dev
- Sign up at OpenWeather
- Free tier provides access to current weather data
- Sign up at Pexels API
- Free tier provides 200 requests per hour and 20,000 requests per month
- No credit card required
If you prefer not to use Pexels, here are some alternatives:
-
Pixabay API
- Free with attribution
- Sign up here
-
Flickr API
- Free with various license options
- Sign up here
-
Giphy API
- For animated content
- Sign up here
- React
- TypeScript
- Tailwind CSS
- Framer Motion
- React Simple Maps
- Vite