Skip to content

Latest commit

 

History

History
189 lines (127 loc) · 6.3 KB

README.md

File metadata and controls

189 lines (127 loc) · 6.3 KB

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