An open API service indexing awesome lists of open source software.

https://github.com/imhalid/weather


https://github.com/imhalid/weather

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Weather App

### [Open This Project](https://weather-eight-jade.vercel.app/)
![ScreenShot](https://github.com/imhalid/weather/blob/master/src/images/screeen.jpg?raw=true)

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