A simple React-based to-do list application that also displays real-time weather information for a city.
- Add, delete, rename and check/uncheck tasks
- Displays current date
- Shows weather data (temperature, description, humidity)
- Responsive and minimalist design using Tailwind CSS
- React + Vite
- Tailwind CSS
- OpenWeatherMap API
git clone https://github.com/israil-fakir/To_do_list_with_weather.git
cd To_do_list_with_weather
npm install
npm run devDisplays the current date, weather for Dhaka, and a task input field with a list of tasks.
