• Integrated the React frontend with the Flask backend. Developed React components to fetch and display solar forecast data.

  • Designed an interactive dashboard with a graph showing live and forecasted PV estimates. Basic styling was applied to make the dashboard user-friendly.

  • Encountered CORS issues during frontend-backend communication. Resolved them by configuring Flask to allow cross-origin requests.