Bytes App
Last updated
Last updated
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
The steps to build the app are as follows:
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.
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.