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
- Host: GitHub
- URL: https://github.com/n4vrl0s3/restaurant-review
- Owner: n4vrl0s3
- License: apache-2.0
- Created: 2024-12-21T09:42:09.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-03-17T00:01:26.000Z (about 2 months ago)
- Last Synced: 2025-04-12T12:13:15.811Z (20 days ago)
- Topics: application, example-project, kotlin, kotlin-android, kotlin-multiplatform, simple-project
- Language: Kotlin
- Homepage:
- Size: 1.93 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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.