Skip to content

Latest commit

 

History

History
61 lines (53 loc) · 2.32 KB

README.md

File metadata and controls

61 lines (53 loc) · 2.32 KB

React Weather PWA

Table of Contents

Overview and goal

View the app HERE!

pwa icon accessibility score SEO score performance score
Fully responsive Progressive Web App that let's user search weather by a city name using openweathermap's API. Main goal of this project is so I could practice making Progressive Web App in React.

Features

User can search current and forecast weather by a city name using openweathermap's API. Users also has an option to convert °F to °C and vice versa. Demo App

Technologies Used

  • React
  • Html
  • CSS
  • JavaScript
  • OpenWeatherMap's API

Instructions for running project

  1. Clone this repository.
  2. cd into the repository in your terminal
  3. Then npm i to install required dependencies
  4. Then npm start in your terminal to view it on your browser at localhost:3000

Want to contribute?

If you'd like to contribute, please fork this repository and clone it down to your local machine. Create a new branch. Once you've successfully implemented the changes in code for your intended contribution without changing any of the current functionality of main, contact the authors to review the changes.


This project was created by Ashish Malla
2021/05/26

Back to top