Skip to content

Commit

Permalink
Added README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fin1te authored Aug 19, 2023
1 parent 4c3e79e commit 516edbd
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<p align="center">
<img src="https://i.ibb.co/yYVcy04/ic-launcher.webp" alt="MedBook Logo" width="100">
</p>

# MedBook

## Introduction
Test assignment for Dailrounds / Marrow, A user onboarding flow app, to showcase best practices in Android development, including the use of MVVM architecture, clean code principles, and the integration of SharedPreferences for user data storage. The app provides a user-friendly interface for user registration, login, and profile viewing.

## Features
- User registration with input validation
- User login with credential validation & input validation
- Profile view for displaying user information
- Clean and modular code structure following MVVM architecture
- Integration with SharedPreferences for data storage
- Follow the latest Material 3 design pattern for UI
- Supports both Light and Dark mode theme
- All Data related logic is stored in Repository, and State management is done via ViewModels

## Getting Started
To run the application, follow these steps:

1. Clone the repository to your local machine.
2. Open the project in Android Studio.
3. Build and run the app on an Android emulator or a physical device.

## Screenshots

<img src="https://i.ibb.co/2SvPHR1/Screenshot-20230819-174758-Med-Book.png" width="210"> <img src="https://i.ibb.co/G3w47Ss/Screenshot-20230819-174827-Med-Book.png" width="210"> <img src="https://i.ibb.co/5xhK2Q7/Screenshot-20230819-174843-Med-Book.png" width="210"> <img src="https://i.ibb.co/mGKstyp/Screenshot-20230819-180608-Med-Book.png" width="210">
<img src="https://i.ibb.co/pj0LDP1/Screenshot-20230819-174809-Med-Book.png" width="210"> <img src="https://i.ibb.co/zmFTDMX/Screenshot-20230819-174815-Med-Book.png" width="210"> <img src="https://i.ibb.co/S5j2BPV/Screenshot-20230819-174851-Med-Book.png" width="210"> <img src="https://i.ibb.co/zxnnzzp/Screenshot-20230819-180543-Med-Book.png" width="210">

0 comments on commit 516edbd

Please sign in to comment.