Skip to content

w1that/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather Forecast App With React

Challenge completed! (https://devchallenges.io/challenges/mM1UIenRhK808W8qmLWv)

Demo link: https://weather-app-w1that.vercel.app/

Because of CORS problem of the API I used while doing project, you must enable the CORS solver(?) from this link: https://cors-anywhere.herokuapp.com/ . Or you may want to check the app without dynamic data here: https://weather-app-w1that.vercel.app/app-w-fake-data


Screenshots

screenshots


Packages Used

Axios (Making requests to API)

Material Design Icons (Contains tons of icons and easy to use)

Framer Motion (Animate elements)

React Router (Let user can switch between the app with dynamic data (/) or static data. (/app-w-fake-data))


Installation and Setup Instructions

Clone down this repository. You will need node and npm installed globally on your machine.

Installation:

npm install

To Start Server:

npm start

To Visit App:

localhost:3000