Pratik Ranpariya
Portfolio
Restaurant realtime orders
● This project functionality same as Swiggy and Zomato. There are three views panel (1) User, (2) Restaurant, (3) Admin Functionality: QRcode, Firebase Notifications, chat System, cart system, Multiple-payment Gateway - fullstack developer
Wowtalent - Saas product
● WowTalent is a talent discovery and promotion platform where users can showcase their skills through short videos. It allows artists, creators, and performers to upload their content, participate in challenges or auditions, and gain visibility. Brands and agencies can also use the platform to discover fresh talent. The app focuses on entertainment, creativity, and giving everyone a fair chance to shine. From singing and dancing to acting and more, WowTalent connects talent with opportunity in a fun and engaging way.
DrapCode - multiple database sync realtime
● DrapCode Database Sync lets you keep your app’s internal database in sync with external data sources or changes made through your frontend. When users add, update, or delete data via the UI, DrapCode automatically reflects those changes in the connected database (like MongoDB, PostgreSQL, etc.). It also supports real-time syncing with APIs or external databases, so you can fetch and update data seamlessly. This sync ensures that your visual app and backend data always stay up-to-date without manual intervention or writing custom code.
Ynotpoll - polynarket clone
Frontend (React / Next.js): ● Show markets/questions (e.g. “Will India win today?”). ● Display current odds and trading volume. ● User login (email, phone, or wallet-style auth). ● Allow users to buy/sell “Yes” or “No” shares. ● Show user positions, profit/loss, and market history. Backend (Node.js / Express): ● Store users, markets, trades, and positions in a database. Handle logic for: ● Market creation & closing. ● Share price calculation (use AMM-style formula like LMSR). ● Trade execution. ● Market resolution & payout. ● API endpoints for frontend to fetch data and place trades. Database (MongoDB / PostgreSQL): Tables/collections: ● users, markets, trades, positions, transactions.