Skip to content

smallbatch-zz/learningwithcorbin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Create an Easy App with No Coding Experience 🚀

In this series, we’ll go over creating real software with AI — and I’ll teach it as if you have zero coding experience.

❓ Did you download this code and run into errors? Watch this troubleshooting video

License: MIT

Screenshot of Tubestamp

📥 Learn how to easily download a GitHub repository in just 2 minutes with this guide: https://youtu.be/m0wi6zf21FU

📝 Lessons

Test 1

All lessons are available on YouTube. Click any title to watch:

👍 Like & Subscribe: It’s free! 🤠

  1. 🧱 Tech Stack (10 min): Watch on YouTube
  2. 🔧 Set Up (31 min): Watch on YouTube
  3. 🎨 Frontend (1.2 hours): Watch on YouTube
  4. 🧠 Backend (56 min): Watch on YouTube
  5. 💰 Monetization (19 min): Watch on YouTube
  6. 🚀 Launch (26 min): Watch on YouTube
  7. Don’t Do This (20 min): Watch on Builder's Console Log
  8. 📚 Full Guide (3.4 hours): Watch on YouTube

ℹ️ Tip: To open multiple links, right-click each link and choose “Open link in new tab.”


🛠️ Tech Stack


🔑 Environment Variables

You’ll need to provide your own API keys & config values. Create a .env file in the project root with:

# Firebase
REACT_APP_API_KEY=your_firebase_api_key
REACT_APP_AUTH_DOMAIN=your_auth_domain
REACT_APP_PROJECT_ID=your_project_id
REACT_APP_STORAGE_BUCKET=your_storage_bucket
REACT_APP_MESSAGING_SENDER_ID=your_messaging_sender_id
REACT_APP_APP_ID=your_firebase_app_id
REACT_APP_MEASUREMENT_ID=your_measurement_id

# YouTube Data API
REACT_APP_YOUTUBE_API_KEY=your_youtube_api_key

# reCAPTCHA
REACT_APP_RECAPTCHA_SITE_KEY=your_recaptcha_site_key

# Bumpups API
BUMPUPS_API_KEY=your_bumpups_api_key

Make sure to never commit your .env—it’s included in .gitignore by default.


📚 Google Doc Resources

Resource Description Link
Onboarding Guide for New Developers React, GitHub & Firebase Onboarding Guide
GitHub SSH Key Setup Guide How to configure SSH keys for GitHub SSH Key Setup
Firebase Python Functions Setup Guide Deploy Python functions on Firebase Python Functions Guide
App Security Setup Guide Best practices for securing your app App Security Guide

🙌 Follow Me

Stay up-to-date with new tutorials, tips, and behind-the-scenes:


☕ About Builder’s Console Log

What is Builder’s Console Log?
Learn what the Builder’s Console Log community is all about.


🤝 Help & Questions

Got feedback or want to connect with other builders?
Join the Builder’s Console Log community on Skool:
Join Builder’s Console Log


About

fun times

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published