Compare commits

..

No commits in common. "main" and "react" have entirely different histories.
main ... react

9 changed files with 77 additions and 79 deletions

View file

@ -1,13 +1,70 @@
# quickabdest # Getting Started with Create React App
eğlence amaçlı oluşturulmuş quickabdest.com sitesinin değiştirilmiş versiyonudur This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
## Available Scripts
- orijinal site: [quickabdest.com](https://quickabdest.com) In the project directory, you can run:
- değiştirilmiş versiyon: [abdest.asandikci.com](https://abdest.asandikci.com)
### Değişiklikler ### `npm start`
- reklamlar kaldırıldı
- sitenin asıl sahibinin emekleri üzerinden maddi gelir kazanmak istemiyorum ! Runs the app in the development mode.\
- abdestli kalma süresi 1 saate çıkarıldı ! Open [http://localhost:3000](http://localhost:3000) to view it in your browser.
- sürekli ses dosyası indirme ve fazla internet harcama/siteyi yorma problemi çözüldü !
The page will reload when you make changes.\
You may also see any lint errors in the console.
### `npm 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.
### `npm run 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.
### `npm run 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)
### `npm run 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)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -5,13 +5,10 @@
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="viewport" content="width=device-width,initial-scale=1" /> <meta
<meta name="theme-color" content="#000000" /> name="description"
<meta name="description" content="Created by pavi & edited by asandikci. source code: https://git.asandikci.com/asandikci/quickabdest/" /> content="Web site created using create-react-app"
<link rel="manifest" href="./manifest.json" /> />
<title>quickabdest</title>
<meta name="description" content="Abdest almak artık daha kolay!" />
<meta name="author" content="pavi" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!-- <!--
manifest.json provides metadata used when your web app is installed on a manifest.json provides metadata used when your web app is installed on a
@ -27,7 +24,7 @@
work correctly both with client-side routing and a non-root public URL. 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`. Learn how to configure a non-root public URL by running `npm run build`.
--> -->
<title>Quick Abdest</title> <title>React App</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>
@ -43,4 +40,4 @@
To create a production bundle, use `npm run build` or `yarn build`. To create a production bundle, use `npm run build` or `yarn build`.
--> -->
</body> </body>
</html> </html>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 9.4 KiB

View file

@ -1,6 +1,6 @@
{ {
"short_name": "Quick Abdest", "short_name": "React App",
"name": "Quick Abdest", "name": "Create React App Sample",
"icons": [ "icons": [
{ {
"src": "favicon.ico", "src": "favicon.ico",

View file

@ -9,15 +9,15 @@ function Abdest() {
const [timeLeft, setTimeLeft] = useState(localStorage.getItem("timeleft")); const [timeLeft, setTimeLeft] = useState(localStorage.getItem("timeleft"));
const [minutes, setMinutes] = useState(0); const [minutes, setMinutes] = useState(0);
const [seconds, setSeconds] = useState(0); const [seconds, setSeconds] = useState(0);
var audio = new Audio(abdestSound);
const changeAbdestState = () => { const changeAbdestState = () => {
if (!abdest) { if (!abdest) {
var audio = new Audio(abdestSound);
audio.play(); audio.play();
setAbdest(true); setAbdest(true);
const currentTime = new Date().getTime(); const currentTime = new Date().getTime();
setTimeLeft(currentTime + 3600000); setTimeLeft(currentTime + 300000);
setMinutes(60); setMinutes(5);
setSeconds(0); setSeconds(0);
} }
}; };
@ -119,8 +119,6 @@ function Abdest() {
<Grid item xs={12} m={2}> <Grid item xs={12} m={2}>
<Typography variant="h5"> <Typography variant="h5">
Site tamamen eğlence amacıyla hazırlanmıştır Site tamamen eğlence amacıyla hazırlanmıştır
<br></br>pavi tarafından oluşturuldu - asandikci tarafından düzenlendi
<br></br>orijinal site: <a href="https://quickabdest.com">quickabdest.com</a>
</Typography> </Typography>
</Grid> </Grid>
</Grid> </Grid>

View file

@ -1,54 +0,0 @@
h1 {
font-size: 2.5rem;
font-weight: 600;
margin-bottom: 1rem;
text-align: center
}
p {
text-align: justify;
text-decoration: none
}
ul {
list-style: circle
}
::-webkit-scrollbar {
display: none
}
.abdestTrue {
color: red;
letter-spacing: 1.8229166666666667vw;
text-transform: uppercase;
width: auto
}
/* @font-face { */
/* font-display: swap; */
/* font-family: Poppins; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url(../../static/media/poppins-devanagari-400-normal.64d5f06ee726edd58ca3.woff2) format("woff2"),url(../../static/media/poppins-all-400-normal.6fbfdac99c274b77fe96.woff) format("woff"); */
/* unicode-range: u+0900-097f,u+1cd0-1cf6,u+1cf8-1cf9,u+200c-200d,u+20a8,u+20b9,u+25cc,u+a830-a839,u+a8e0-a8fb */
/* } */
/* */
/* @font-face { */
/* font-display: swap; */
/* font-family: Poppins; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url(../../static/media/poppins-latin-ext-400-normal.4f38b4331448d2313adc.woff2) format("woff2"),url(../../static/media/poppins-all-400-normal.6fbfdac99c274b77fe96.woff) format("woff"); */
/* unicode-range: u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff */
/* } */
/* */
/* @font-face { */
/* font-display: swap; */
/* font-family: Poppins; */
/* font-style: normal; */
/* font-weight: 400; */
/* src: url(../../static/media/poppins-latin-400-normal.405055dd680fa1dcdfa2.woff2) format("woff2"),url(../../static/media/poppins-all-400-normal.6fbfdac99c274b77fe96.woff) format("woff"); */
/* unicode-range: u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd */
/* } */
/* */