Open Issues Need Help
View All on GitHub 4. Create CurrentConditions React component 10 days ago
AI Summary: Create a React component named 'CurrentConditions' that displays live weather data including temperature, humidity, pressure, and 'feels like' from the Tempest API. The component needs to fetch and render this data dynamically.
Complexity:
3/5
good first issue
AI Summary: This issue outlines the steps to initialize a new Astro project named 'tempestweatherdashboard' with React integration. It involves using `npm create astro`, installing dependencies, adding React via `npx astro add react`, and verifying the setup by running the development server.
Complexity:
1/5
good first issue