Skip to content

Commit

Permalink
initial commit of react app
Browse files Browse the repository at this point in the history
  • Loading branch information
leesue630 committed Jun 7, 2020
1 parent ad010cd commit 4f28744
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 22 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "polly-office-hours",
"name": "fruitful",
"version": "0.1.0",
"private": true,
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
text-align: center;
}

.App-logo {
.parrot-picture {
height: 40vmin;
pointer-events: none;
}
Expand Down
22 changes: 3 additions & 19 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
import React from 'react';
import logo from './logo.svg';
import './App.css';
import React from "react";
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>
<p>My fav fruit is blueberries</p>
);
}

Expand Down

0 comments on commit 4f28744

Please sign in to comment.