Public
Like
wahoearning
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v21View latest version
একটি সম্পূর্ণ earning platform যেখানে ব্যবহারকারীরা টাস্ক কমপ্লিট করে আয় করতে পারবেন।
✔️ একাউন্ট রেজিস্ট্রেশন ও লগইন ✔️ রেফারেল ইনকাম সিস্টেম ✔️ প্রতিদিন ট াস্ক কমপ্লিট করে আয় ✔️ VIP লেভেল অনুযায়ী বাড়তি ইনকাম ✔️ ব্যালেন্স হিস্টোরি ও লাইভ রিপোর্ট ✔️ bKash/Nagad দিয়ে ডিপোজিট ✔️ মিনিমাম ব্যালেন্সে উইথড্র রিকোয়েস্ট ✔️ ইনস্ট্যান্ট নোটিফিকেশন ও মেসেজ ✔️ এডমিন প্যানেল থেকে সবকিছু নিয়ন্ত্রণ
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Database schema
│ │ └── queries.ts # Database queries
│ ├── routes/
│ │ ├── auth.ts # Authentication routes
│ │ ├── tasks.ts # Task management
│ │ ├── payments.ts # Payment handling
│ │ └── admin.ts # Admin panel
│ └── index.ts # Main backend entry
├── frontend/
│ ├── components/ # React components
│ ├── pages/ # Page components
│ ├── index.html # Main HTML
│ └── index.tsx # Frontend entry
└── shared/
└── types.ts # Shared TypeScript types
- Backend: Hono.js with TypeScript
- Frontend: React 18.2.0 with TypeScript
- Database: SQLite
- Styling: TailwindCSS
- Authentication: JWT tokens
- Payment: bKash/Nagad integration