This repository contains the source code for a restaurant review application developed using the Kotlin language within the Android Studio environment.
To provide a user-friendly platform for discovering, reviewing, and sharing dining experiences.
Here is a demonstration of the program
function from the file:
// filepath: /home/guan/Documents/Code/Restaurant-Review/src/main/kotlin/com/example/restaurantreview/MainActivity.kt
fun program() {
// ...existing code...
println("Welcome to the Restaurant Review App!")
// ...existing code...
}
You can find the latest releases here.
- Discover restaurants based on location and cuisine
- Read and write reviews for restaurants
- Share dining experiences with friends
- User authentication and profile management
- Kotlin
- Android Studio
- Ensure you have Android Studio installed on your machine.
- Clone this Repository
git clone https://github.com/n4vrl0s3/Restaurant-Review.git
- Open the project in Android Studio.
- Open the project in Android Studio
- Configure Firebase in the project
- Run the project on an Android device or emulator
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.