An open API service indexing awesome lists of open source software.

https://github.com/n4vrl0s3/restaurant-review

Restaurant Review APP made by Kotlin Language
https://github.com/n4vrl0s3/restaurant-review

application example-project kotlin kotlin-android kotlin-multiplatform simple-project

Last synced: 20 days ago
JSON representation

Restaurant Review APP made by Kotlin Language

Awesome Lists containing this project

README

        

# Restaurant Review

This repository contains the source code for a restaurant review application developed using the Kotlin language within the Android Studio environment.



## Purpose of This Repository

To provide a user-friendly platform for discovering, reviewing, and sharing dining experiences.



## Demonstration

Here is a demonstration of the `program` function from the file:

```kotlin
// 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...
}
```



## Releases

You can find the latest releases [here](https://github.com/n4vrl0s3/Restaurant-Review/releases).



## Features

- Discover restaurants based on location and cuisine
- Read and write reviews for restaurants
- Share dining experiences with friends
- User authentication and profile management



## Technologies Used

- Kotlin
- Android Studio



## Project Setup

1. **Ensure you have Android Studio installed on your machine.**
2. **Clone this Repository**

```bash
git clone https://github.com/n4vrl0s3/Restaurant-Review.git
```

3. **Open the project in Android Studio.**



## Steps to Run

1. **Open the project in Android Studio**
2. **Configure Firebase in the project**
3. **Run the project on an Android device or emulator**



## License

This project is licensed under the Apache-2.0 License. See the [LICENSE](LICENSE) file for details.