- I've used react + vite to create this web app.
- first clone this repositary and then rum command on terminal --> npm i .
- then run command --> npm run dev
- now you can view my project.
- You can check live preview here --> https://trip-easy-cc.netlify.app/
- When you open this app , it fetch your current location & show data accordingly.
- You can search city to view their weather information.
- If city's weather is good then it suggests that place for vacation.
- API error handling & form validation added.