43 lines
1.6 KiB
Markdown
43 lines
1.6 KiB
Markdown
# Zomato-Clone
|
|
|
|
A clone of Zomato, A Online Food Ordering App using Jetpack Compose Below are a few Screenshots of
|
|
the app till now ->
|
|
|
|
<div align="left">
|
|
<a href = "https://developer.android.com/jetpack/androidx/versions/all-channel#may_5_2021">
|
|
<img src = "https://img.shields.io/badge/Jetpack%20Compose-1.2.0%20rc01-brightgreen" />
|
|
</a>
|
|
</div>
|
|
<br>
|
|
<div align="left">
|
|
<a href = "https://twitter.com/YugeshJain">
|
|
<img src = "https://img.shields.io/twitter/url?label=twitter&style=for-the-badge&logo=twitter&url=https%3A%2F%2Ftwitter.com%2Fyugeshjain" />
|
|
</a>
|
|
<a href = "https://www.linkedin.com/in/yugeshjain/">
|
|
<img src = "https://img.shields.io/badge/-linkedin-0077B5?style=for-the-badge&logo=linkedin" />
|
|
</a>
|
|
</div>
|
|
|
|
### Screens
|
|
|
|
Demo | Login Screen | Country Picker Screen
|
|
:-------------------------:|:-------------------------: | :-------------------------:
|
|
<img src="art/demo.gif" width=240 /> | <img src="art/login_screen.jpg" width=240 /> | <img src="art/country_picker_screen.jpg" width=240 />
|
|
|
|
Home Screen | Restaurant Card | Restaurant Details
|
|
:-------------------------:|:-------------------------: | :-------------------------:
|
|
<img src="art/home_screen.jpg" width=240 /> | <img src="art/restaurant_card_big.jpg" width=240 /> | <img src="art/restaurant_screen.jpg" width=240 />
|
|
|
|
Dining Screen
|
|
:-------------------------:
|
|
<img src="art/dining_screen.jpg" width=240 />
|
|
|
|
### Status: 🚧 In progress
|
|
<p>Zomato-Clone is still under development and more screens will be added soon.</p>
|
|
|
|
### Libraries used
|
|
|
|
* [Jetpack Compose]
|
|
* [Accompanist]
|
|
* [Compose Destinations]
|