Para documentação em português, consulte o README em Português.
This repository contains the recreation of the iFood's home screen, a popular food delivery application, using the Kotlin programming language.
The goal of this project is to demonstrate the ability to recreate iFood's home screen, exploring interface design concepts, layouts, and components using Kotlin.
In this project, the following feature has been implemented:
Home Screen: Displays a list of restaurants with filters and highlights available on iFood.
To run the project on your local machine, follow the steps below:
- Make sure you have Android Studio installed on your machine.
- Clone this repository using the git command:
git clone https://github.com/eduardomcb/iFoodClone.git
- Open Android Studio and import the project.
- Wait for Android Studio to configure the dependencies and sync the project.
- Connect an Android device or start an emulator.
- Run the application by pressing the "Run" button in Android Studio.
Make sure you have the correct versions of dependencies and the Android SDK installed to avoid potential compilation issues.