Skip to content

Satyam3002/Weather-app

Repository files navigation

Installation

Clone or Download the Project:

  • Using Git: git clone <repository_url>
  • Otherwise: Download the project files directly.

Navigate to the Project Directory:

Open your terminal or command prompt and change directories to your project's root folder: cd my-react-app

Install Dependencies:

Run the following command to install the required packages:

npm install

Start the Development Server:

npm start

View the Application in Your Browser: Your default web browser should automatically open the application at http://localhost:3000 (or the port specified in your package.json file).

Technologies

This project utilizes the following technologies:

Deployment