正在加载视频...

视频加载失败

Today ✅ : - Learning the basics of react React from Bro code then will deep dive from harkirat's cohort - Learned click events, use state hooks, onchange event handler - Made two mini projects - number counter app - Color picker app Will carry on tonight 😋 Mid...

16,644 次观看 • 10 个月前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

How to create Farcaster mini app without coding - Step 1: > Go to ChatGPT > Just type: "I would like to create a Farcaster mini app, can you give me some ideas?" > Choose any one of the ideas - Note: - You can also type your own idea to ChatGPT and alter it - Step 2: - Go to ChatGPT > Paste the first prompt (shared in my channel) > Include the project you chose and tell ChatGPT to alter the prompt according to the idea below - Step 3 - Go to: > Sign up using Gmail or GitHub > Projects -> New Project -> Type the name of your project >Just paste the prompt we created earlier > It will start creating your app > If you need to alter anything, just go to GPT and type: [ I need a prompt to alter "your issue (like changing colour, etc.)" in my app already created in v0app by Vercel ] > Copy the prompt and paste it in v0 > No need to worry about errors , it will rectify them for you > If your project is finished, just click "Publish" on your top right > It will automatically host your app in Vercel > Click "Visit site" to see your app on another device and copy the website URL - Step 4 - Go to: v0 app > Just paste Prompt 2 from the file I provided > Click Publish once it’s completed - Step 5 - Go to: v0 app > Just paste the prompt 3 from the file I provided - Step 6 (Important) > Just paste Prompt 4 from the file I provided - Step 7 > Just paste Prompt 4 from the file I provided - Step 8 > Just paste Prompt 6 from the file I provided > It’s an important step to do — you need to create a manifest inside your app so that you can host it on Farcaster - Step 9 - Go to: > Sign up or Login > Settings → Developers → Mini Apps → Create Manifest (New) > Paste your website URL (remove https) > It should be like: > If you find any error while doing this, just copy and paste it in the v0 app > Once everything is finished, you need to create Account Association > Scan the QR on your mobile and tap and hold the Yes button > It will show an error — just copy and paste those errors into the v0 app > Click Publish again, and then click Refresh in Manifest > Click Open your app > for the main prompt file check our tg channel link in our bio

Maran

48,106 次观看 • 8 个月前

Reactive Mainnet is Live! After a successful Testnet with well over 4M transactions, 200M origin events processed and dozens of innovative dApps and use cases devised, we've finally reached the day to launch the Reactive Network Mainnet! From day one Reactive Network will support as both origin and destination chains: 1️⃣ Ethereum Mainnet 2️⃣ Avalanche C-Chain 3️⃣ Base Chain 4️⃣ Binance Smart Chain 5️⃣ Polygon PoS With more on the way! REACT Token - However Mainnet wouldn't function without it's most core component the REACT token, which also goes into circulation today and serves multiple purposes within the Reactive Network ecosystem: Gas Fees: Pay for transactions on the network. Event Log Processing: Consumed as fees when executing Reactive Smart Contracts. Token Burn: Fees are burned, fueling the potential for a future deflationary model. Staking: Help to secure the network and earn rewards. Token Portal - Today we're also launching our Token Portal which will allow users to swap their $PRQ for $REACT and vice versa. As Reactive Network is based upon a Proof of Stake consensus mechanism staking will be available from day one, beginning with delegated staking which will also be done via our Token Portal here: Staking Terms - In response to our user feedback we've also adjusted our initial staking term from 6 months to 3 months. See our Staking Guide for full details on staking: More Questions? We've put together an FAQ to address the most common questions users may have:

Reactive Network

47,441 次观看 • 1 年前

😱 How to Build & Launch Your Base Mini App in 10Mins. ■ Investment: 0$ ( Free of Cost ) ■ Potential: $BASE ■ Exprience: No coding experience needed ( anyone can build ) 👀 Just watch full video & follow my simple 9 steps & Boom : Tools : 1.) Create V0 account :- 2.) Create Farcaster Account :- 3.) Create Baseapp Account :- •• Must link your farcaster account in base app Step 1 : Create the Calculator Application - Built a functional calculator with add, subtract, multiply, and divide operations - - Creat `/components/calculator.tsx` with full calculator logic and UI - - Creat `/app/page.tsx` as the main entry point - - Use React hooks (useState) for state management - - Designe with a modern dark theme using Tailwind CSS - Step 2 : Deploy the project & copy the url & save it . Step 3 : Create the Farcaster Manifest File - Created `/public/.well-known/farcaster.json` - This file tells Base about our app - Configured app metadata: My project name : My url link : { "accountAssociation": { "header": "", "payload": "", "signature": "" }, "miniapp": { "version": "1", "name": "My project name", "subtitle": "Fast & Easy Math", "description": "A simple calculator for basic arithmetic operations", "homeUrl": " "iconUrl": " "splashImageUrl": " "splashBackgroundColor": "#1a1a1a", "screenshotUrls": [ " " ], "primaryCategory": "utility", "tags": ["calculator", "math", "utility"], "tagline": "Calculate Instantly", "heroImageUrl": " "ogTitle": "Calculator", "ogDescription": "A simple calculator for basic math", "ogImageUrl": " "noindex": false } } Step 4 : Added Required Images - i attach a image , so convert that image as required ratio and attach the same image in our mini app for all 3 forms . `● icon.png` (300×300px) - A small icon of your app ● splash.png (200×200px) - A splash screen image ● screenshot.png (1284×2778px) - A screenshot showing how the app looks Step 5 Added Embed Metadata - Add `fc:miniapp` meta tag to layout.tsx metadata - Configure embed preview with: - Image URL for the 3:2 aspect ratio preview - Button configuration ("Open Calculator") - Launch frame settings - Splash image and background color Step 6: Added Farcaster Miniapp SDK Integration - Install `@farcaster/miniapp-sdk` package (automatically included) - Update `/app/page.tsx` to import and use the SDK - Call `sdk.actions.ready()` when the app loads - This is the **critical step** that tells Base to hide the splash screen and display your calculator Step 7: Update Next.js Configuration - Update `/next.config.mjs` to work with Next.js 16's Turbopack - Add `turbopack: {}` config to ensure clean builds - Remove webpack-specific configurations Step8 : •• Now for one time , click on deploy & deploy again •• Then Open Farcaster in Pc/Laptop •• Enable Developer Mode •• go to Developer section then & click on Mini app manifest tools •• then paste url ( check vidoe ) •• then click on fetch & then click on Genrate account association •• scan qr code and verify your farcaster account •• Now copy everything and paste in V0 ( add prompt ) Add this as account association •• then Reverify and Submit . Step9 : ● Download Base App : •• Create Account with email •• then connect same farcaster account ● Then Visit : •• signin with same base app email . •• and follow video process 📌📌 Join Our TG for More Alpha:-

Sanu Gupta

40,512 次观看 • 6 个月前

How I went from earning $40/month to $600/day (ATH) and then maintaining $200-$300/day on average, all in one night, without spending anything on ads: Start creating content on Tiktok, Lemon8 and Threads: - I consistently created 2-3 TikTok videos per account every day and made as many accounts as possible. Each video on TikTok gets distributed to a certain number of viewers, giving me 0-1000 views. (I’ve never had a viral video, and my highest view count is only 18k.) - I use 5 iPhone SE 2020 phones, with each phone logging into a maximum of 3 TikTok accounts. I post 3 videos daily on each account without missing a day. Only one account is the main app account, while the other accounts are used as KOL accounts to review the app. - The reason i only use 3 account/phone, because In my experience, if I use a VPN and have many accounts on one device, my TikTok videos usually get a maximum of 100-1,000 views, may be Tiktok can flag device is spam, i don't know exactly. - The reason i need use VPN, since I’m based in Vietnam, if I create an account, 99% of the viewers will likely be local. But, my country has a very low conversion rate. I want to target audiences in the EU and US instead. - All the videos I create are self-recorded, showing the process of using the app, focusing only on its standout features. - Besides TikTok, I also posted on Lemon8 and Threads. On Lemon8, one of my posts attracted 80k views. The next posts typically get between 1,000 and 10,000 views sometime get >50k views. Change ASO tactics: - For ASO (App Store Optimization), after I changed the first image on my app store product page to a video preview, my impressions increased 3x, and then 6x. - Focus on the first three preview images, showcasing the best features of your app. These are the first things users see when searching on the app store. Lastly, luck played a role. This is everything I’ve done in the two months since launching my product. These are just personal experiences from working on this product. Before this, I had no marketing experience. #buildinginpublic

Alex Nguyen

11,193 次观看 • 1 年前

🎉 Tailkit 4.0 is here, and I couldn't be more excited! 🙌🥳 But first - Giveaway Alert! Want to get a free Tailkit Developer license? Just drop a reply and give a like or repost (totally optional, but super appreciated). The lucky winner will be announced next Tuesday (October 8th) – good luck! Can you believe it’s already been 4 years since Tailkit’s journey started? ❤️ It feels like just yesterday I launched Tailkit 1.0 as an offline standalone web app back on October 1st, 2020. I'm really attached to this project because it was launched just a few days before I became a dad 👶😍 Fast forward to today, and Tailkit has grown into a fully customizable, feature-packed online app that gives you access to: - 550+ Tailwind CSS components (fully responsive + dark mode support) - 1,750+ Code snippets for HTML, React, Vue.js, and Alpine.js - 7 Marketing & Application Templates for HTML, React, Vue.js, and Laravel (fully responsive + dark mode support) - 10 Starter Kits for HTML, HTML with Vite, React, Vue.js, Laravel, Next.js, Nuxt, Astro, Svelte and Angular - 30 Days of Unlimited Design Service with every new Team license - Exclusive deals on third-party tools and projects - Handy helper tools like Button Builder, Color Palette, and Icon Finder - 3,700+ SVG Icons from Bootstrap and Heroicons - Free lifetime updates - Email support whenever you need it And the 4.0 update is packed with even more awesome features and upgrades: - 6 new UI components (Notifications) were added in Application UI package - 20 new UI components (Image/Content Sliders++) were added in Marketing package - React version (uses Vite) is introduced for all Templates - React code snippets were improved in all packages - Astro Starter Kit was added - Remove Dark Classes (from code snippets) option was added in App - Universal Dark Mode (preview pane can default to global dark mode) option was added in App - New preview colors (fuchsia, gray) were added in App - Heroicons v2 icons were updated to v2.1.5 adding 28+ brand new icons in App - 3 new exclusive deals are now available - UI design improvements in App - Various improvements and fixes in App - All dependencies were updated in Starter Kits - All dependencies were updated in Templates - Marketing website redesigned - Color Palette tool was made available to all I’ve put over 200 hours into this update alone, and I’m beyond excited to finally share it with you. Your continued support has made this journey possible, and I’m so grateful to have you along for the ride. 🙏 Wishing you an amazing day – remember, YOU ARE AWESOME! Go build something incredible! 🚀

John Champ

10,940 次观看 • 1 年前

Here is a look at the progression of severe thunderstorms across Alabama tonight (RRFS) Here are the key messages... *The line of storms will enter the northwest corner of the state around 9-10 p.m... and will move out of the southeast corner around 6-7 a.m. tomorrow. *Damaging winds are likely along the line. In some cases wind gusts could exceed 70 mph. Expect significant, potentially widespread power outages. *A few isolated tornadoes are possible within the line. After 3:00 a.m... high resolution models suggest supercell storms will form across Southeast Alabama with a much higher tornado potential. A strong tornado or two (EF-2 or higher) will be possible from 3-6 a.m. *Tonight most likely I will advise you to treat a severe thunderstorm like a tornado warning. Be in a position to hear warnings, and have a plan. Helmets for everyone; if a tree comes crashing down through your house, this could save your life. *I would not want to be in a mobile home when this line comes through. Know the location of the nearest shelter and how to get there quickly. Have transportation arranged. *Much colder air will follow the storms, and snow flurries/snow showers are likely over the northern half of the state tomorrow. Temperatures will be in the mid to upper 30s and we expect no impact. *A freeze is likely pretty much statewide Tuesday morning with lows mostly in the 20s. Another freeze is likely early Wednesday morning over the northern half of the state. *Get the Alabama Weather Network app on your TV, phone, and tablet so you can watch our live coverage tonight; we have the entire state covered with a large team of meteorologists in the studio and in the field with dash cams and drones. Follow AWN on YouTube; you can watch there as well on their channel. Stay tuned for updates throughout the day.

James Spann

42,262 次观看 • 4 个月前