# app-builder-roamlist **Repository Path**: mirrors_DataDog/app-builder-roamlist ## Basic Information - **Project Name**: app-builder-roamlist - **Description**: This repository contains the RoamList web application, a travel wishlist app used in the App Builder labs in the Learning Center. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-20 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # RoamList App for Datadog App Builder labs ## Overview This repository contains the RoamList web application, a travel wishlist app that is used in the App Builder labs on the [Datadog Learning Center](https://learn.datadoghq.com/). ## How this repo is used in the labs In the App Builder labs, learners will * Connect this repo to Datadog using the GitHub integration * Use App Builder to manage pull requests Follow the App Builder lab instructions to use this repo as a template for the lab. ## Disclaimer: Running this app is optional The RoamList web app is used as a reference project for the App Builder labs, specifically for integrating GitHub with Datadog. Running this application is NOT required to complete the lab. However, if you're curious and want to explore the app locally, you can follow the steps below to run it: ### Installation 1. Clone the repository: ``` git clone https://github.com/DataDog/app-builder-roamlist.git ``` 2. Navigate to the project directory: ``` cd app-builder-roamlist ``` 3. Install the dependencies: ``` npm install ``` 4. Start the development server: ``` npm start ``` ## License This project is licensed under the MIT License. See the LICENSE file for details.