https://github.com/soumyadeep6845/coin-nitro
🎯 Full-Stack e-wallet application built using Flutter and Dart 🎉 Leverages Coingecko API 💲 on the backend and supports CRUD functionality on Firebase. 🚀
https://github.com/soumyadeep6845/coin-nitro
cloud-firestore-database coingecko-api crud dart firebase-auth flutter
Last synced: about 2 months ago
JSON representation
🎯 Full-Stack e-wallet application built using Flutter and Dart 🎉 Leverages Coingecko API 💲 on the backend and supports CRUD functionality on Firebase. 🚀
- Host: GitHub
- URL: https://github.com/soumyadeep6845/coin-nitro
- Owner: soumyadeep6845
- Created: 2022-01-18T04:49:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T05:09:56.000Z (over 4 years ago)
- Last Synced: 2025-07-09T09:09:30.963Z (11 months ago)
- Topics: cloud-firestore-database, coingecko-api, crud, dart, firebase-auth, flutter
- Language: Dart
- Homepage: https://youtu.be/xhWUrNxpeUA
- Size: 384 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coin Nitro 💲
[](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
## Built With
* **Frontend**
- Flutter
- Dart
* **Backend & Other Libraries**
- Firebase Auth
- Cloud Firestore
- Firebase Core
* **API**
- Coingecko API
* **Database**
- Firebase
---
## ✨ Screenshots
| Authentication Screen |
| - |
|  |
| Coin Add Screen | Coin List Screen |
| - | - |
|  |  |
## 📲 How to Install Locally
**1. Fork and clone this repository using**
```
git clone https://github.com/soumyadeep6845/Coin-Nitro.git
cd Coin-Nitro/
```
**2. Read the API Documentation here**
[Coingecko API](https://www.coingecko.com/en/api/documentation)
**3. Install the required dependencies using**
```
flutter packages get
```
**4. Connect any android device/emulator.**
**5. Run and install the app, using**
```
flutter run
```
**6. In case of general runtime difficulties, run**
```
flutter clean
```
and then,
```
flutter packages get
```
**7. In case of null safety issues regarding latest versions of flutter, run**
```
flutter run --no-sound-null-safety
```
---
## Contributing
If you'd like to contribute, please **fork** the repository and then raise a PR with necessary changes. Thank you.
---
## 💚 Found this project interesting?
If you found this project useful, then please consider leaving a :star: on Github. Thank you 😄
---
## 👨 Project Maintained By-
* [Soumyadeep Das](https://www.linkedin.com/in/soumya0021/)