diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/.gitignore" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/.gitignore" new file mode 100644 index 000000000..4d29575de --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/.gitignore" @@ -0,0 +1,23 @@ +# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. + +# dependencies +/node_modules +/.pnp +.pnp.js + +# 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* diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/README.md" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/README.md" new file mode 100644 index 000000000..c0541f9c0 --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/README.md" @@ -0,0 +1,70 @@ +# Getting Started with Create React App + +This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). + +## Available Scripts + +In the project directory, you can run: + +### `yarn start` + +Runs the app in the development mode.\ +Open [http://localhost:3000](http://localhost:3000) to view it in your browser. + +The page will reload when you make changes.\ +You may also see any lint errors in the console. + +### `yarn test` + +Launches the test runner in the interactive watch mode.\ +See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. + +### `yarn build` + +Builds the app for production to the `build` folder.\ +It correctly bundles React in production mode and optimizes the build for the best performance. + +The build is minified and the filenames include the hashes.\ +Your app is ready to be deployed! + +See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. + +### `yarn eject` + +**Note: this is a one-way operation. Once you `eject`, you can't go back!** + +If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. + +Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you're on your own. + +You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it. + +## Learn More + +You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). + +To learn React, check out the [React documentation](https://reactjs.org/). + +### Code Splitting + +This section has moved here: [https://facebook.github.io/create-react-app/docs/code-splitting](https://facebook.github.io/create-react-app/docs/code-splitting) + +### Analyzing the Bundle Size + +This section has moved here: [https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size](https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size) + +### Making a Progressive Web App + +This section has moved here: [https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app](https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app) + +### Advanced Configuration + +This section has moved here: [https://facebook.github.io/create-react-app/docs/advanced-configuration](https://facebook.github.io/create-react-app/docs/advanced-configuration) + +### Deployment + +This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment) + +### `yarn build` fails to minify + +This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify) diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/package.json" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/package.json" new file mode 100644 index 000000000..ae89e6357 --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/package.json" @@ -0,0 +1,38 @@ +{ + "name": "react-study", + "version": "0.1.0", + "private": true, + "dependencies": { + "@testing-library/jest-dom": "^5.14.1", + "@testing-library/react": "^13.0.0", + "@testing-library/user-event": "^13.2.1", + "react": "^18.2.0", + "react-dom": "^18.2.0", + "react-scripts": "5.0.1", + "web-vitals": "^2.1.0" + }, + "scripts": { + "start": "react-scripts start", + "build": "react-scripts build", + "test": "react-scripts test", + "eject": "react-scripts eject" + }, + "eslintConfig": { + "extends": [ + "react-app", + "react-app/jest" + ] + }, + "browserslist": { + "production": [ + ">0.2%", + "not dead", + "not op_mini all" + ], + "development": [ + "last 1 chrome version", + "last 1 firefox version", + "last 1 safari version" + ] + } +} diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/favicon.ico" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/favicon.ico" new file mode 100644 index 000000000..a11777cc4 Binary files /dev/null and "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/favicon.ico" differ diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/index.html" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/index.html" new file mode 100644 index 000000000..aa069f27c --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/index.html" @@ -0,0 +1,43 @@ + + + + + + + + + + + + + React App + + + +
+ + + diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/logo192.png" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/logo192.png" new file mode 100644 index 000000000..fc44b0a37 Binary files /dev/null and "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/logo192.png" differ diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/logo512.png" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/logo512.png" new file mode 100644 index 000000000..a4e47a654 Binary files /dev/null and "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/logo512.png" differ diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/manifest.json" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/manifest.json" new file mode 100644 index 000000000..080d6c77a --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/manifest.json" @@ -0,0 +1,25 @@ +{ + "short_name": "React App", + "name": "Create React App Sample", + "icons": [ + { + "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": ".", + "display": "standalone", + "theme_color": "#000000", + "background_color": "#ffffff" +} diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/robots.txt" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/robots.txt" new file mode 100644 index 000000000..e9e57dc4d --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/public/robots.txt" @@ -0,0 +1,3 @@ +# https://www.robotstxt.org/robotstxt.html +User-agent: * +Disallow: diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.css" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.css" new file mode 100644 index 000000000..74b5e0534 --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.css" @@ -0,0 +1,38 @@ +.App { + text-align: center; +} + +.App-logo { + height: 40vmin; + 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; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + font-size: calc(10px + 2vmin); + color: white; +} + +.App-link { + color: #61dafb; +} + +@keyframes App-logo-spin { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.js" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.js" new file mode 100644 index 000000000..378457572 --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.js" @@ -0,0 +1,25 @@ +import logo from './logo.svg'; +import './App.css'; + +function App() { + return ( +
+
+ logo +

+ Edit src/App.js and save to reload. +

+ + Learn React + +
+
+ ); +} + +export default App; diff --git "a/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.jsx" "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.jsx" new file mode 100644 index 000000000..eb425d5b3 --- /dev/null +++ "b/\354\227\254\353\246\204 \353\260\251\355\225\231 4\354\243\274\354\260\250 \352\263\274\354\240\234/react-study/src/App.jsx" @@ -0,0 +1,51 @@ +import { Main, MediaDiv } from "./styledComponent"; +// yarn add @fortawesome/free-solid-svg-icons @fortawesome/react-fontawesome @fortawesome/fontawesome-svg-core @fortawesome/free-brands-svg-icons + +import { darkTheme, GlobalStyles, lightTheme } from "./styles"; +import { ThemeProvider } from "styled-components"; +import { useState } from "react"; +import Header from "./Header"; +import Slogun from "./Slogun"; +import Footer from "./Footer"; +import ShowPostList from "./ShowPostList"; + +import { Routes, Route } from "react-router-dom"; +import ShowPost from "./ShowPost"; +import WritePost from "./WritePost"; + +const API_URL = "https://reactapitest.pythonanywhere.com/api/"; +function App() { + const [darkMode, setDarkMode] = useState(true); + + return ( + <> + + + +
+
+ + + } + > + } + > + } + > + +
+