This is my first project! A simple weather app built using Node.js, Express, and EJS.
- Get real-time weather updates for any city.
- Displays current temperature, humidity, and weather description.
- Node.js
- Express
- EJS
- Weather API (for real-time data)
- CSS for basic styling
- Clone the repository: git clone https://github.com/EppaHarsha/weather-app.git
- Install dependencies: npm install
- Start the server: npm start
Feel free to fork this project or give suggestions!