The React Weather App, developed by two enthusiastic third-year college students, serves as an impressive showcase of their learning journey and practical application of their skills. With a strong focus on React.js, HTML, CSS, and JavaScript, the app enables users to explore real-time weather conditions worldwide, thanks to the OpenWeatherAPI integration. The students' commitment to continuous learning and gaining hands-on experience is evident in the app's seamless functionality and appealing user interface. This project not only demonstrates their technical prowess but also reflects their dedication to mastering new technologies and building practical, useful applications for a broader audience.
Demo 👉 here.
- Users can search for weather conditions of any city in the world. 🌎
- The app displays the current weather conditions, including temperature and weather description. 🌡️☁️
- The app utilizes the OpenWeatherAPI to fetch weather data. 🌐
- React.js ⚛️
- HTML 📄
- CSS 🎨
- JavaScript 🚀
- VS Code 🖥️
- OpenWeatherAPI 🌤️
To use this app locally, follow these steps:
Clone the project
[https://github.com/Uday1004/weather_App.git]
Go to the project directory
cd weather_App.git
Install dependencies
npm install
Start the server
npm run start
To use the app, simply type the name of the city you want to search for in the search bar and press Enter. The app will display the current weather conditions for the searched city.
Feel free to explore the app and check the weather conditions of your favorite cities! If you have any feedback or suggestions, please let us know. Enjoy! 😊