CodingNic

Get Started with the React Project

Get Started with the React Project

Get Started with the React Project 5 min read

Get Started with the React Project

WeatherNow is going to become a complete weather dashboard that responds to what the user does.

By the end of the course, a user will be able to search for a city, use their location, see current conditions, read weather statistics, browse a forecast, switch between Celsius and Fahrenheit, and see the interface change with the weather.

The visual experience is already prepared. Your job in this course is to bring it to life by connecting the interface to real weather data and adding the interactions behind it.

Here is the path we will follow:

text
User searches for a city
        ↓
WeatherNow requests current weather
        ↓
Current conditions appear
        ↓
Coordinates identify the forecast location
        ↓
Forecast data appears
        ↓
Weather conditions control the visual theme

In this first module, get the app running and prepare the project for that flow. We will start making real API requests in the next module.