--- tags: hunt title: Scavenger Hunt 1 description: What are all of the combinations of frontend tech and contract code available using create-near-app? image: https://near.org/wp-content/themes/near-19/assets/downloads/near_logo.svg GA: UA-188414449-3 --- # Scavenger Hunt Challenge `#1` ## What are all of the combinations of frontend tech and contract code available using `create-near-app`? This challenge will take you on a tour of `create-near-app`, the fastest way to get started building on NEAR Protocol. You will have to run the tool locally and pay close attention to the output but the payoff will be good: you will learn how to build dApps compatible with NEAR Protocol in minutes. `create-near-app` is great for generating a working starting point for your own hackathon projects. Good luck and have fun! --- **Estimates for Time to Complete** - Fastest time: **<30 seconds** (if you already know how to do this) - Most likely time: **5 minutes** - Time to quit: **10 minutes** (we can help you with some hints in this case) --- **Expected Response Format** - **name:** Firstname Lastname - **email:** you@example.com - **hunt:** 1 - **answer:** _(here letters represent names for technologies or programming languages)_ - `frontend: a, b, c` - `contract: x, y, z` --- **1. Visit [near.org](https://near.org)** The main website of NEAR Protocol is at https://near.org. Here you will find an overview of the platform, the team, the community and the technology. **2. Follow the instructions to *"Build your first app in 5 min. Try it!"*** The very first thing NEAR invites developers to try is `create-near-app`. You have to have NodeJS installed for this command to work so, if you've never run NodeJS locally before, you will have to install it first via the nodejs.org website here https://nodejs.org/en/download/ **3. Use the `--help` flag to view all options** Once you're ready to run `npx create-near-app`, just append the `--help` flag to the command to see all possible combinations of frontend and contract technologies. The NEAR collective built a few of these internally and then issued bounties for others. Several community members contributed their favorite frontend framework like this one: https://github.com/near/create-near-app/pull/452 You can checkout other bounties here: https://near.org/bounties/ **4. Format and submit your response** To submit your response to this challenge, compose your answer in the following format: ``` frontend: tech 1, tech 2, etc ... contract: tech A, etc... ``` --- You can read more about `create-near-app` here: https://github.com/near/create-near-app