DEV Community

Cover image for My First React App
Sankesh Jain
Sankesh Jain

Posted on • Updated on

My First React App

Hello Everyone, this is my first post in the DEV community. I have recently started learning react for better front-end development. While learning I have created this app as a part of my learning.

The react based web app is using openweather API.
Please do let me know if there any ways to improve this app.

App link - http://chicku97-your-weather.netlify.app

Regards,
Sankesh

Oldest comments (4)

Collapse
 
kamo profile image
KAIDI

Hey, there is no link to your application!

Collapse
 
chicku97 profile image
Sankesh Jain

Updated in the main post.

Collapse
 
kamo profile image
KAIDI • Edited

So there are 3 things :

  1. when you make your api calls you expose your apid which is visible in the chrome dev tools network, you can pass it like an env var in your netlify app config.
  2. It would be good if you add a city autocomplete.
  3. it does the job so it's good.
Collapse
 
rajatmehra05 profile image
RAJAT MEHRA

Nice.
Learn how to hide API key if you have not done that yet!