Skip to content

Akku2016/ReactWeatherApp

 
 

Repository files navigation

React Weather App

All Contributors

This is a web app for finding weather by city name.

Technologies Used

React, HTML, CSS, Bootstrap, OpenWeatherAPI

Development Setup

Before setting up the project make sure you have an IDE.

  1. Fork the repository. (Click Top Right in this Page)

  2. Clone the repository which you have forked.

    https://github.com/<YOUR_GITHUB_USERNAME>/ReactWeatherApp.git
  1. Make a new branch based on the issue you're working

  2. Go into the directory containing the project.

    cd ReactWeatherApp
  1. Make sure you have Node.js Installed and run the below command. This command will install required packages (node_modules) from Package.json
    npm install
  1. Start the Application by using below command.
    npm start

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.1%
  • HTML 43.9%