This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ar" dir="rtl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>نظام السحب - CodePen</title> | |
| </head> | |
| <body> | |
| <!-- صفحة الدخول --> | |
| <div id="loginPage" class="page"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="ar" dir="rtl"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>نظام السحب - CodePen</title> | |
| </head> | |
| <body> | |
| <!-- صفحة الدخول --> | |
| <div id="loginPage" class="page"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| npm create vite@latest raffle-system -- --template react | |
| cd raffle-system | |
| npm install firebase | |
| npm run dev | |
| import { initializeApp } from "firebase/app"; | |
| import { getFirestore } from "firebase/firestore"; | |
| import { getAuth } from "firebase/auth"; | |
| const firebaseConfig = { | |
| apiKey: "YOUR_KEY", |