https://github.com/josue-lubaki/jetgmail
Clone de l'application Gmail 📨📤📥
https://github.com/josue-lubaki/jetgmail
gmail-clone jetpack-compose
Last synced: about 1 year ago
JSON representation
Clone de l'application Gmail 📨📤📥
- Host: GitHub
- URL: https://github.com/josue-lubaki/jetgmail
- Owner: josue-lubaki
- License: mit
- Created: 2023-02-15T04:01:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T04:10:34.000Z (over 3 years ago)
- Last Synced: 2025-04-14T21:53:12.227Z (about 1 year ago)
- Topics: gmail-clone, jetpack-compose
- Language: Kotlin
- Homepage:
- Size: 1.33 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JetGmail
JetGmail est une application de messagerie électronique qui utilise la technologie Jetpack Compose pour fournir une expérience utilisateur rapide et fluide. Clone de l'application Gmail
## Demo Light Mode
[](https://player.vimeo.com/video/800766631)
## Demo Dark Mode
[](https://player.vimeo.com/video/800766699)
## Screenshots
PAGES
LIGHT MODE
DARK MODE
Home
Drawer Menu
Profile
## Installation
1. Clone this repository and import into **Android Studio**
```bash
git clone https://github.com/josue-lubaki/JetGmail.git
```
2. Run the app
```bash
Run the app (Run > Run 'app')
```
## Dependency
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
## License
[MIT License](https://github.com/josue-lubaki/JetGmail/blob/main/licence)
```
Copyright (c) 2023 Josue Lubaki
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```