Bytes App

This tutorial will guide you through creating a Content platform app that showcases article based on popular programming languages. Users can explore multiple languages, and access latest articles.

This app gets its data from an API Call.

Here's how it looks when completed:

What you'll learn

  • Building or designing a page (adding UI elements)

  • Display widgets based on conditions

  • Navigating to a new page

  • Fetching data from API Calls

  • Adding interactivity to UI elements

  • Running your app

  • Seamlessly updating your app

Building an App

The steps to build the app are as follows:

1. Create a project or Clone

To kick off your project, the first step is to create a new project. However, to make things easier, we've already created a starter app for you. Simply click on Create New Project, navigate to the Bytes App and click the 'Clone' button, the project will be instantly added to your account.

2. Building the UI

In this step, we'll add the UI elements or widgets for our pages. For clearer understanding, we will start from scratch, without using any templates. Detailed steps are available on the individual pages.

3. Customize design

OnboardingCoursesArticles

4. Adding data and logic

Defining API Calls

5. Running the app

Last updated