Skip to content

Instantly share code, notes, and snippets.

@emmaodia
Last active June 21, 2021 14:06
Show Gist options
  • Save emmaodia/378b53d8b363cdf999e1c8f488e3a46d to your computer and use it in GitHub Desktop.
Save emmaodia/378b53d8b363cdf999e1c8f488e3a46d to your computer and use it in GitHub Desktop.
Consuming Covalent API article
import logo from './logo.svg';
import './App.css';
function App() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
Learn React
</a>
</header>
</div>
);
}
export default App;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment