📄️ Development Workflow
Now that you know the fundamentals, let's learn how to actually contribute to our team's projects. This guide covers our complete workflow from picking up a task to getting your code merged.
📄️ Git Basics
Git is a version control system that helps teams collaborate on code. It tracks changes, manages different versions, and allows multiple people to work on the same project without conflicts.
📄️ HTML Basics
HTML (HyperText Markup Language) is the foundation of every website. It provides the structure and content of web pages.
📄️ TypeScript Basics
TypeScript is a programming language built on top of JavaScript that adds type safety. It helps catch bugs before you run your code and makes your code more maintainable.
📄️ React Basics
React is a JavaScript library for building user interfaces. It's what we use to create interactive, dynamic web applications.
📄️ Tailwind CSS Basics
Tailwind CSS is a utility-first CSS framework that we use to style our applications. Instead of writing custom CSS, you apply pre-built utility classes directly in your HTML/JSX to style elements quickly and consistently.