Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from NicholasLindner/helloWorld
Browse files Browse the repository at this point in the history
Updated the name in the App.js file and updated the Version to 1.0.0
  • Loading branch information
NicholasLindner authored Jan 23, 2024
2 parents 5729ff4 + 84e3fe8 commit c0e0407
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 36 deletions.
4 changes: 2 additions & 2 deletions 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,6 +1,6 @@
{
"name": "my-app",
"version": "0.1.0",
"version": "1.0.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
19 changes: 0 additions & 19 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}

.App-header {
background-color: #282c34;
min-height: 100vh;
Expand All @@ -23,16 +17,3 @@
font-size: calc(10px + 2vmin);
color: white;
}

.App-link {
color: #61dafb;
}

@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
17 changes: 4 additions & 13 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,22 +1,13 @@
import logo from './logo.svg';
import gatorLogo from './gator.gif';
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>
<img src={gatorLogo} className="App-logo" alt="logo" />
<p> Hello World! </p>
<p> My name is Nicholas Lindner and this is my project </p>
</header>
</div>
);
Expand Down
Binary file added src/gator.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/logo.svg

This file was deleted.

0 comments on commit c0e0407

Please sign in to comment.