Skip to content

Commit

Permalink
removed boiler plate code
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnerKT committed Mar 20, 2024
1 parent 9b89c4c commit c72056d
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 83 deletions.
Binary file removed webapp/public/favicon.ico
Binary file not shown.
Binary file removed webapp/public/logo192.png
Binary file not shown.
Binary file removed webapp/public/logo512.png
Binary file not shown.
4 changes: 2 additions & 2 deletions webapp/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"short_name": "CodeCrew",
"name": "CodeCrew Leetcode Site",
"icons": [
{
"src": "favicon.ico",
Expand Down
38 changes: 0 additions & 38 deletions webapp/src/App.css

This file was deleted.

18 changes: 1 addition & 17 deletions webapp/src/App.js
Original file line number Diff line number Diff line change
@@ -1,23 +1,7 @@
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>
);
}
Expand Down
11 changes: 11 additions & 0 deletions webapp/src/components/Header.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import React from 'react'

function Header() {
return (
<div>
<header></header>
</div>
)
}

export default Header
7 changes: 0 additions & 7 deletions webapp/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@ import React from 'react';
import ReactDOM from 'react-dom/client';
import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';

const root = ReactDOM.createRoot(document.getElementById('root'));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();
1 change: 0 additions & 1 deletion webapp/src/logo.svg

This file was deleted.

13 changes: 0 additions & 13 deletions webapp/src/reportWebVitals.js

This file was deleted.

5 changes: 0 additions & 5 deletions webapp/src/setupTests.js

This file was deleted.

0 comments on commit c72056d

Please sign in to comment.