Skip to content

Commit

Permalink
remove all ununsed thing
Browse files Browse the repository at this point in the history
  • Loading branch information
Melvynx committed Jan 18, 2021
1 parent 748a843 commit 9cdc426
Show file tree
Hide file tree
Showing 49 changed files with 3,080 additions and 4,460 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.eslintcache

#perso
FireBase.tsx
31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,29 @@
{
"name": "vonqey",
"version": "0.1.0",
"private": true,
"homepage": "",
"version": "0.2.0",
"private": false,
"homepage": "https://melvynx.github.io/ReactTools",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.1",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4",
"@material-ui/core": "^4.8.1",
"@material-ui/icons": "^4.5.1",
"@material-ui/lab": "^4.0.0-alpha.39",
"@material-ui/styles": "^4.8.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@types/jest": "^24.0.0",
"@types/node": "^12.0.0",
"@types/react": "^16.9.0",
"@types/react-dom": "^16.9.0",
"@types/react-router-dom": "^5.1.3",
"firebase": "^7.7.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.1",
"react-transition-group": "^4.3.0",
"typescript": "~3.7.2"
"react-transition-group": "^4.3.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
25 changes: 13 additions & 12 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-app.js"></script>

<!-- TODO: Add SDKs for Firebase products that you want to use
https://firebase.google.com/docs/web/setup#available-libraries -->
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-analytics.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-storage.js"></script>
<script src="https://www.gstatic.com/firebasejs/7.7.0/firebase-database.js"></script>

<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/images/vectorIcon.png" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<meta name="description" content="VonQey personal website" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand All @@ -30,10 +21,20 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Melvyn App</title>
<title>VonQen</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
16 changes: 13 additions & 3 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
{
"short_name": "VonQey",
"name": "Simple tools website",
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "images/vectorIcon.png",
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
Expand Down
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
4 changes: 0 additions & 4 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import HomePage from './page/HomePage';
import BaseCalculator from './page/BaseCalculator';
import GitHubPages from './page/GitHubPages';
import Footer from './components/App/Footer';
import Forum from './page/Forum';

let theme = createMuiTheme({
palette: {
Expand Down Expand Up @@ -81,9 +80,6 @@ export default function App() {
<Route path="/github">
<GitHubPages />
</Route>
<Route path="/forum">
<Forum />
</Route>
<Route path="/test"></Route>
<Route path="/">
<HomePage />
Expand Down
109 changes: 0 additions & 109 deletions src/auth/Create/ContentCreateUser.tsx

This file was deleted.

73 changes: 0 additions & 73 deletions src/auth/Login/ContentLoginUser.tsx

This file was deleted.

34 changes: 0 additions & 34 deletions src/auth/User/ContentUserAccount.tsx

This file was deleted.

Loading

0 comments on commit 9cdc426

Please sign in to comment.