Made a simple tool with only HTML, CSS and JavaScript that lets you download thumbnail of any youtube video in different formats.
https://t.co/TyTB0FGvpC
#BuildInPublic#OpenSource
Day 5 of building StreakFlow π₯
Auth controller done; signup & login with JWT tokens, bcrypt password comparison, and clean error throwing. No messy try/catch π§
#buildinpublic#webdev
Day 4 of building StreakFlow π₯
Auth controller started, signup is working with JWT tokens and custom error handling. No try/catch blocks needed π§
#buildinpublic#webdev
Day 3 of building StreakFlow π₯
User model with auto password hashing, Mongoose hooks, and clean validation. The backend is coming together π¨βπ³
#buildinpublic#webdev
Day 2 of building StreakFlow π₯
Built the global error handling system. no more messy try/catch blocks everywhere. Express 5 makes it clean β¨
#buildinpublic#webdev
Just shipped my simple Chat App π
Live: https://t.co/ZOu9FjvJmg
Features:
βοΈ Real-time messaging
βοΈ User authentication
βοΈ One-room chat
βοΈ Clean, responsive UI
Would love your feedback!
#BuildingInPublic#WebDev
Finished building the basic MVP of my Chat App π
Real-time messaging, auth, core features β all working.
Next step: deployment. Letβs ship it π₯
#buildinpublic#100daysofcode#WebDev
π₯ Day 4 of my chat app build:
β Protected routes
β Logout functionality
β Dark theme UI with CSS
β Auto-scroll to new messages
β Fixed a tricky CSS flexbox + overflow bug
App is now feature-complete! Next up: deployment π
#buildinpublic#webdev#fullstack
π₯ Day 2 update on my chat app:
β Messages saved in MongoDB
β User signup & login with JWT auth
β React Router for page navigation
Built the whole backend auth system today, bcrypt for password hashing, JWT tokens, the works. No tutorials.
#buildinpublic#fullstack#WebDev
π§±Day 3 of building my chat app:
- Fixed a database timing bug that crashed the server
- Added page navigation with React Router
- Debugged a message duplication issue
- Learned about socket cleanup & useEffect lifecycle
#buildinpublic#webdev#100DaysOfCode
π Building my first full-stack chat app from scratch!
React + Node.js + Socket + MongoDB
Real-time messaging, no tutorials, just figuring it out step by step. It's ugly but it works and that's all that matters rn π€
#buildinpublic#webdev#fullstack