DEV Community

Cover image for Weather App in ReactJS & Material UI
Madhuban Khatri
Madhuban Khatri

Posted on • Updated on

Weather App in ReactJS & Material UI

Hello Friends,
I have a new blog. In this blog, you can get a complete source code of Weather App which is created in ReactJS & Material UI.

Instructions to follow

Create an app

npx create-react-app your_app_name
Enter fullscreen mode Exit fullscreen mode

Goto your app folder and do this...

Install Axios

npm install axios
Enter fullscreen mode Exit fullscreen mode

Install Material UI

npm install @mui/material @emotion/react @emotion/styled
Enter fullscreen mode Exit fullscreen mode

Source Code on GitHub

Top comments (0)