Skip to content

Commit

Permalink
Removed history
Browse files Browse the repository at this point in the history
  • Loading branch information
ckw1 committed Sep 29, 2022
0 parents commit 7af19a8
Show file tree
Hide file tree
Showing 23 changed files with 11,190 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# See https://help.github.com/ignore-files/ for more about ignoring files.

# dependencies
node_modules

# testing
coverage

# production
build

# misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package.json
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"semi": false,
"jsxBracketSameLine": true
}
12 changes: 12 additions & 0 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "react-scripts start"
}
]
}
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2017 Jamie Barton

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
20 changes: 20 additions & 0 deletions Normal,Fire,Water,Grass,Electric,Ice,Roc.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
Normal,Fire,Water,Grass,Electric,Ice,Rock,Ground,Flying,Psychic,Fighting,Bug,Poison,Ghost,Dragon,Dark,Steel,Fairy
1,1,1,1,1,1,0.5,1,1,1,1,1,1,0,1,1,0.5,1
1,0.5,0.5,2,1,2,0.5,1,1,1,1,2,1,1,0.5,1,2,1
1,2,0.5,0.5,1,1,2,2,1,1,1,1,1,1,0.5,1,1,1
1,0.5,2,0.5,1,1,2,2,0.5,1,1,0.5,0.5,1,0.5,1,0.5,1
1,1,2,0.5,0.5,1,1,0,2,1,1,1,1,1,0.5,1,1,1
1,0.5,0.5,2,1,0.5,1,2,2,1,1,1,1,1,2,1,0.5,1
1,2,1,1,1,2,1,0.5,2,1,0.5,2,1,1,1,1,0.5,1
1,2,1,0.5,2,1,2,1,0,1,1,0.5,2,1,1,1,2,1
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,,,
Binary file added README.md
Binary file not shown.
3 changes: 3 additions & 0 deletions now.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"alias": "create-react-app-redux.now.sh"
}
55 changes: 55 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
{
"name": "Feefee",
"version": "1.0.0",
"author": "ckw1",
"scripts": {
"deploy": "now && now alias",
"start": "react-scripts start",
"now-start": "serve -s ./build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"precommit": "pretty-quick --staged"
},
"devDependencies": {
"prettier": "2.4.1",
"react-scripts": "2.1.8"
},
"dependencies": {
"@emotion/react": "^11.4.1",
"@emotion/styled": "^11.3.0",
"@material-ui/core": "^5.0.0-beta.5",
"@material-ui/icons": "^4.11.2",
"@material-ui/styled-engine-sc": "^5.0.0-beta.5",
"@mui/icons-material": "^5.0.0",
"@mui/joy": "^5.0.0-alpha.45",
"@mui/material": "^5.0.0",
"animate.css": "^4.1.1",
"axios": "^0.21.4",
"connected-react-router": "4.5.0",
"react": "16.14.0",
"react-apple-login": "^1.1.3",
"react-apple-signin-auth": "^1.0.4",
"react-async": "^10.0.1",
"react-dom": "16.14.0",
"react-google-login": "^5.2.2",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "5.1.2",
"react-reveal": "^1.2.2",
"react-router": "4.4.0-beta.8",
"react-router-dom": "^6.3.0",
"react-social-login-buttons": "^3.5.1",
"react-typewriting-effect": "^1.0.4",
"react-typist": "^2.0.5",
"redux": "4.1.1",
"redux-thunk": "2.3.0",
"sanitize.css": "11.0.1",
"serve": "10.1.2"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Binary file added public/favicon.ico
Binary file not shown.
43 changes: 43 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json">
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico">
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
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>Feefee</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>
13 changes: 13 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"short_name": "React + Redux App",
"name": "Create React App Redux",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": "./index.html",
"display": "standalone"
}
8 changes: 8 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"extends": ["config:base"],
"automerge": true,
"major": {
"automerge": false
},
"reviewers": ["notrab"]
}
10 changes: 10 additions & 0 deletions src/containers/About.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react'

const About = (props) => (
<div>
<h1>About Page</h1>
<p>Did you get here via Redux? {props.name ? props.name : null}</p>
</div>
)

export default About
Loading

0 comments on commit 7af19a8

Please sign in to comment.