Skip to content

Weather App - #ftbc14 esther#3

Open
estherphang wants to merge 2 commits into
rocketacademy:mainfrom
estherphang:main
Open

Weather App - #ftbc14 esther#3
estherphang wants to merge 2 commits into
rocketacademy:mainfrom
estherphang:main

Conversation

@estherphang
Copy link
Copy Markdown

Completed base and comfortable.

Comment thread src/App.jsx
import "./App.css";
import { useState } from "react";
import axios from "axios";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Come back and use a .env when you have the time for practice!

Comment thread src/App.jsx
`http://api.openweathermap.org/geo/1.0/direct?q=${userInputCity}&limit=5&appid=${API_KEY}`
)
.then((response) => response.data[0])

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for showing me both portions of base and not, you could use branches to showcase in the future, just let me know in comments, but this is very nicely done!

Comment thread src/App.jsx
{weatherInfo}
</div>
</>
);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job keep up the superb work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants