Skip to main content
⏱️ Duration: 5 minutes | Congratulations on completing the workshop! 🎉

🎉 What You’ve Learned

In just 2 hours, you’ve covered:
TopicWhat You Learned
Web FundamentalsHTML structure, CSS styling, JavaScript interactivity
Tailwind CSSUtility-first styling, responsive design
TypeScriptType safety, interfaces, catching bugs early
ReactComponents, props, state, event handling
Next.jsFile-based routing, server/client components, API routes
AI SDKStructured data generation with Zod schemas

📚 Continue Learning


🛠️ Tools & Resources

Development Tools

ToolPurposeLink
BunFast JavaScript runtime & package managerbun.sh
VS CodeRecommended code editorcode.visualstudio.com
VercelDeploy Next.js apps easilyvercel.com

🚀 Contribute to Open Source

Ready to apply your skills? Both RMIT NCT and Tuturuuu are open for contributions!

RMIT NCT Hub

RMIT NCT Hub

The official NCT Club platform repository
# Clone NCT Hub
git clone https://github.com/rmit-nct/hub.git
cd hub && bun install && bun dev
Our Mission: Help NCT become the best technology club at RMIT. Every contribution you make helps fellow students learn, grow, and become the best versions of themselves. Together, we’re building something that matters!

Tuturuuu Platform

Tuturuuu Platform

The platform that powers tuturuuu.com
# Clone Tuturuuu Platform
git clone https://github.com/tutur3u/platform.git
cd platform && bun install && bun dev
Our Vision: Tuturuuu aims to build a better world for everyone, everywhere—starting with how you work. By contributing, you’re not just writing code; you’re helping shape the future of productivity and collaboration. 🌏

Good First Issues

Look for issues labeled good first issue on GitHub - these are perfect for newcomers!

🏗️ Project Ideas

Build these to practice your skills:

Personal Portfolio

Showcase your projects with Next.js and Tailwind

To-Do App

Practice React state management

Blog

Build with Next.js file-based routing

AI Flashcard Generator

Combine AI SDK with structured data

📢 Stay Connected

RMIT SGS Neo Culture Technology Club

Tuturuuu


💡 Quick Reference Card

Save this for later:
# Create a Next.js app
bunx create-next-app@latest my-app

# Start development
cd my-app && bun dev

# Project structure
app/page.tsx        → Home page
app/about/page.tsx  → /about page
app/api/*/route.ts  → API routes

# Key packages
bun add tailwindcss  → Styling
bun add ai zod       → AI SDK

💼 Join Tuturuuu

Interested in what we’re building for the future of work?

Tuturuuu Careers

Explore open positions and join our team
Send your CV to [email protected]. We can’t wait to see what’s next for you, Tuturuuu, and potentially, us. ✨

🙏 Thank You!

Thank you for joining this workshop! Remember:
“The best way to learn is by building.”
Start with small projects, make mistakes, learn from them, and keep building. We can’t wait to see what you create!
Questions? Reach out to your club officers or join the community Discord. We’re here to help!
← Back to Workshop Overview