https://github.com/imhalid/weather
https://github.com/imhalid/weather
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imhalid/weather
- Owner: imhalid
- Created: 2022-04-06T13:25:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-10T22:02:36.000Z (about 4 years ago)
- Last Synced: 2025-02-13T23:18:07.753Z (over 1 year ago)
- Language: JavaScript
- Homepage: weather-imhalid.vercel.app
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather App
### [Open This Project](https://weather-eight-jade.vercel.app/)

I learned a lot of new things in this project. First of all, I understood how APIs work. I had dealt with apis a few times before, but I was constantly getting an error that I did not understand and the data I wanted was not coming. in this project i realized it was because i didn't add error message.
# What did I do in this project?
- I added tailwindcss and worked on it a bit.
- I have a better understanding of component structures.
- I understand how props work.
- I replaced the data from the API with other data.
- I used switch for the first time in a project. and it was very enjoyable :)
## TODO
- [ ] city search feature
- [ ] better have some effect.
- [ ] displaying the current location on the map
- [ ] dark mode support