DEV Community

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

Posted on • Edited on

2

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)

SurveyJS custom survey software

JavaScript Form Builder UI Component

Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay