Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanderChristianDumalang authored Oct 6, 2022
1 parent ec0ffb0 commit 8a0c747
Showing 1 changed file with 46 additions and 10 deletions.
56 changes: 46 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,52 @@
# tradeapp
[![LinkedIn][linkedin-shield]][linkedin-url]

A new Flutter project.
[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=for-the-badge&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/evanderchristiandumalang/

## Getting Started
# trade App

This project is a starting point for a Flutter application.
Trade App using Google Firebase

A few resources to get you started if this is your first Flutter project:
### Built With

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
* [![Dart][Dart.dev]][Dart-url]
* [![Flutter][Flutter.dev]][Flutter-url]
* [![Firebase][Firebase.google.com]][Firebase-url]

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

[Dart.dev]: https://img.shields.io/badge/Dart-FFFFFF?style=for-the-badge&logo=dart&logoColor=cyan
[Dart-url]: https://dart.dev/
[Flutter.dev]: https://img.shields.io/badge/Flutter-FFFFFF?style=for-the-badge&logo=flutter&logoColor=cyan
[Flutter-url]: https://flutter.dev/
[Firebase.google.com]: https://img.shields.io/badge/Firebase-FFFFFF?style=for-the-badge&logo=firebase&logoColor=yellow
[Firebase-url]: https://firebase.google.com/


## Documentation

### App Preview

<img src="assets/login.png" width="200" height="400"> <img src="assets/register.png" width="200" height="400"> <img src="assets/home.png" width="200" height="400">
<img src="assets/portofolio.png" width="200" height="400">

<img src="assets/search.png" width="200" height="400"> <img src="assets/detail.png" width="200" height="400"> <img src="assets/buy.png" width="200" height="400"> <img src="assets/sell.png" width="200" height="400">

<img src="assets/user.png" width="200" height="400"> <img src="assets/deposit.png" width="200" height="400"> <img src="assets/withdraw.png" width="200" height="400">

## Installation

- Add [Flutter](https://flutter.dev/docs/get-started/install) to your machine

- Open this project folder with Terminal/CMD and run `flutter packages get`

- Run `flutter run` to build and run the debug app on your emulator/phone

## Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.

If you have a suggestion that would make this better, please fork the repo and create a pull request.

## License

All the code available under the MIT licenses. See [LICENSE](LICENSE).

0 comments on commit 8a0c747

Please sign in to comment.