Capabilities

Bringing the skills necessary to deploy your app

Tools of the Trade

Tool Category Benefit Statement
HTML (HyperText Markup Language) Foundation The essential markup language used to define the **structure and content** of all web-based components and user interfaces.
CSS (Cascading Style Sheets) Styling Crucial for ensuring **consistent and responsive design**, managing the presentation, layout, and visual styling of all elements.
React Framework The core framework enabling the creation of **reusable UI components** and fast, declarative user interfaces.
JavaScript Language The versatile, foundational language providing **universal compatibility** and dynamic functionality for both front-end and back-end logic.
Expo Ecosystem A powerful set of tools that dramatically **accelerates development time** by abstracting complex native setup and enabling instant, over-the-air updates.
VS Code Editor (IDE) The preferred code editor, offering a rich environment with **intelligent code completion**, debugging tools, and seamless integration with other development services.
Git Version Control Essential for **managing code changes, facilitating team collaboration**, and maintaining a complete, reliable history of the project.
Node.js Runtime Used to execute JavaScript server-side, enabling the development of fast, scalable network applications and **managing build processes**.
npm/Yarn Package Manager Standard tools for efficiently **managing project dependencies**, ensuring all required libraries and packages are consistent and up-to-date.

While not an exhaustive list, many of these tools are widely used across our projects. Special tools are used depending on the needs of the project, but this list is pretty much used on all projects.