ManishaSwain8 / ReactToWeather

ReactToWeather is an open source project one can find the current weather of any city irrespective of the location. This project looks very simple but looking forward to unique features and capabilities to it .

Home Page:https://react-to-weather.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OS Code

Welcome all to open source πŸš€


πŸ“ƒ Table of Contents

  1. About ReactToWeather
  2. Want to Contribute?
  3. Info About API
  4. Prerequisites
  5. Tech Stack Used
  6. Preview
  7. License
  8. Code of Conduct

πŸ™Œ About ReactToWeather

-This is a beginner friendly project .

  • One can get weather using city name.
  • Temperature toggle available(toggle and convert temp into Fahrenheit,Kelvin,Celsius).
  • Get info about wind speed,humidity,etc.
  • Currently looking forward for new features.

*** Lets make it unique ***

πŸ’ˆ Want to Contribute?

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Please checkout https://github.com/ManishaSwain8/ReactToWeather/blob/master/CONTRIBUTING.md

We welcome contributions through pull requests (PRs). To submit a PR, please follow these steps:

  1. Fork the Project
  2. Clone your forked repository
git clone https://github.com/ManishaSwain8/ReactToWeather.git
  1. Run the following command to change the working directory
cd react-to-weather
  1. Run the following command to install all the dependencies
npm install

or

npm i
  1. Now go ahead and create a new branch and move to the branch
git checkout -b <branch-name>
  1. After you have added your changes, follow the following command chain Check the changed files
git status -s
  • Add all the files to the staging area
git add .
  1. Commit your changes (add decent message )
git commit -m "<EXPLAIN-YOUR_CHANGES>"
  1. Push your changes
git push origin <branch-name>
  1. Open a Pull Request
  • Make a pull request! (compare your branch with the owner main branch)

⚠️ Do not open PR unless it is assigned to you ,else the PR will not get merged !🚧

*** Banzai banzai, yatta ne !! ***

πŸ’« Info about API

Use the api from OpenWeatherMap (Current Weather Data package)

OpenWeatherMap- https://openweathermap.org/current

🧾 Prerequisites

Before starting out, you'll need to install the following on your computer.

⚑ Tech Stack Used

React Framer Figma HTML5 CSS3 JavaScript


πŸ‘€ Preview

Screenshot (187)

πŸ“œ License

This Community is Licensed under MIT license.

🧧 Code of Conduct

Check out Code of Conduct to know inclusive environment that respects all contributions.

We value an inclusive environment that respects all contributions. To ensure a positive experience for everyone, please review our Code of Conduct.


If you learnt something do give a ⭐ to this repo !!

❀️ Thanks to all the contributors


About

ReactToWeather is an open source project one can find the current weather of any city irrespective of the location. This project looks very simple but looking forward to unique features and capabilities to it .

https://react-to-weather.vercel.app

License:MIT License


Languages

Language:JavaScript 56.2%Language:CSS 40.1%Language:HTML 3.7%