An open API service indexing awesome lists of open source software.

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. 🚀

Awesome Lists containing this project

README

          

# Coin Nitro 💲


Logo

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg?style=for-the-badge)](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 |
| - |
| ![lib/Auth_CoinNitro.jpeg](lib/Auth_CoinNitro.jpeg) |

| Coin Add Screen | Coin List Screen |
| - | - |
| ![lib/CoinAdd_CoinNitro.jpeg](lib/CoinAdd_CoinNitro.jpeg) | ![lib/CoinList_CoinNitro.jpeg](lib/CoinList_CoinNitro.jpeg) |

## 📲 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/)