Skip to content

Instantly share code, notes, and snippets.

View Mohammedof313's full-sized avatar

Mohammedof313

View GitHub Profile
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<title>نظام السحب - CodePen</title>
</head>
<body>
<!-- صفحة الدخول -->
<div id="loginPage" class="page">
<!DOCTYPE html>
<html lang="ar" dir="rtl">
<head>
<meta charset="UTF-8">
<title>نظام السحب - CodePen</title>
</head>
<body>
<!-- صفحة الدخول -->
<div id="loginPage" class="page">
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",