# Create an app from scratch

### What you will learn

In this quick guide, you will learn the basics of Jigx and how easy it is to create mobile apps. Basic Jigx concepts are introduced, such as collecting information, working with data in SQLite, navigating between screens, and passing parameters.

### What you will create

{% columns %}
{% column %}

<figure><img src="https://1245694154-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F974dgqxfbgR9q4tCkGgb%2Fuploads%2Fg7xb5v0xiU7uHGN2Gs3c%2Fwidgetscustoml.PNG?alt=media&#x26;token=e265ece9-d5ec-481f-8d25-2013dc5b787e" alt="Hello Jigx Solution" width="188"><figcaption><p>Hello Jigx Solution</p></figcaption></figure>
{% endcolumn %}

{% column %}
The solution is named **Hello-Jigx** and consists of a map showing a location, a calendar with events, a form to capture and view data, and a list showing the captured data. The table below guides you through building each element of the solution.
{% endcolumn %}
{% endcolumns %}

{% hint style="info" %}

1. Before you start building your first solution ensure you have created a [Creating an account](https://docs.jigx.com/getting-started/creating-an-account) and [Install the Jigx Builder](https://docs.jigx.com/getting-started/install-the-jigx-builder). Get an overview of the [Jigx platform](https://docs.jigx.com/understanding-the-basics/architecture) and an understanding of the [Jigx Concepts](https://docs.jigx.com/understanding-the-basics/jigx-concepts).
2. We recommend you build out all the solution steps below, as each solution step builds on the previous step until you have a functioning mobile app.
   {% endhint %}

### Solution Steps

There are several [types](https://docs.jigx.com/examples/jig-types) of jigs you can build. They are default, document, calendar, composite, and list. Below are step-by-step guides that use these jig types. Each solution step builds on the previous step until you have a functioning mobile app. Each solution provides an overview, explaining the Jigx's concepts introduced in the step, and code samples with comments.

[Step 1: Create the Hello Jigx solution project](https://docs.jigx.com/getting-started/create-an-app-from-scratch/create-the-hello-jigx-solution-project) Start by creating the Hello Jigx project in VS Code \
**Build time**: 2 min

[Step 2: Create the Map](https://docs.jigx.com/getting-started/create-an-app-from-scratch/create-the-map-1) Build a map jig that displays a specific location on a map, with an icon for the jig. \
**Build time**: 10 min

[Step 3: Create the Calendar](https://docs.jigx.com/getting-started/create-an-app-from-scratch/create-the-calendar) Next, add a calendar jig that displays a week with the events, meetings, and relevant details. \
**Build time**: 10 mins

[Step 4: Create Data - forms & lists](https://docs.jigx.com/getting-started/create-an-app-from-scratch/create-data-form-_-list) Build a jig to add a new customer by capturing the customer's details using a form. Then add a jig to list all the customers created using the form. Add the ability to view, and edit these customer records. \
**Build time**: 20 mins

[Step 5: Combine the solution's elements](https://docs.jigx.com/getting-started/create-an-app-from-scratch/combine-the-solution_s-elements) Now you have built a solution that shows a location on a map, a calendar with detailed entries, and a new customer form and list in a single solution. Let us expand the solution further by joining the new customer form and list into one jig, then add a jig header to the new customer jig. \
**Build time**: 15 mins

[Step 6: Customize the Hello-Jigx solution](https://docs.jigx.com/getting-started/create-an-app-from-scratch/customize-the-hello-jigx-solution) Extend your solution with styling changes and additional functionality. Replace the map icon with a location widget in the map.jigx file, and replace the people icon with the image widget in the composite.jigx file. Change the calendar icon and add a badge to display the number of events for the week. \
**Build time**: 10 mins

### What's next?

Why not build your own app? See how to [plan your app](https://docs.jigx.com/getting-started/planning-your-app), then learn how to [Use templates to create apps](https://docs.jigx.com/getting-started/use-templates-to-create-apps) or explore the various available UI elements in Jigx by adding the **Jigx-samples** [prebuilt solution](https://docs.jigx.com/getting-started/use-pre-built-solutions) to your organization and viewing the solution in the Jigx App.
