Back

Technologies Used

HTML

HTML (Hypertext Markup Language) is the standard markup language for creating the structure and content of web pages. It provides a set of elements and attributes to define the layout and semantics of web documents.

CSS (Tailwind CSS)

Tailwind CSS is a highly customizable, utility-first CSS framework that allows developers to rapidly build modern and responsive user interfaces. It provides a large set of utility classes to style HTML elements without the need to write custom CSS.

JavaScript

JavaScript is a versatile and widely-used programming language that enables dynamic behavior on web pages. It is commonly used to add interactivity, handle user input, and manipulate the DOM (Document Object Model).

Docker (for containerization)

Docker is a popular platform used for containerization, which allows developers to package applications and their dependencies into lightweight, portable containers. These containers ensure consistent and isolated environments across different systems, making it easier to deploy and scale applications.

GitHub Actions (for CI/CD)

GitHub Actions is a powerful automation tool provided by GitHub. It allows developers to define custom workflows and automate various tasks such as building, testing, and deploying code. GitHub Actions is commonly used for Continuous Integration and Continuous Deployment (CI/CD) to streamline the development and deployment process.

Firebase

Firebase is a comprehensive development platform provided by Google that allows developers to build, deploy, and scale web and mobile applications quickly and easily. It offers a range of services, including real-time database, hosting, authentication, cloud functions, and more, making it a popular choice for app development and backend-as-a-service (BaaS) solutions.