SaulSandovalM/creativoLabs

Create repository

Aperta

#11 aperta il 23 giu 2025

 (0 commenti) (0 reazioni) (1 assegnatario)JavaScript (0 fork)auto 404
documentationenhancementgood first issue

Metriche repository

Star
 (0 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Initialize the project repository for the Flutter Investment Tracker, which will serve as the foundation for a web application to track and visualize monthly investment returns, including the ability to generate and download monthly statements in PDF format.

Tasks:

  • Create GitHub repository: traderview
  • Initialize with README.md containing project overview
  • Add .gitignore for Flutter and Dart
  • Define repository structure:
  • lib/ — main application code
  • assets/ — images, fonts, etc.
  • .github/workflows/ — CI/CD pipelines using GitHub Actions
  • Add MIT License
  • Add repository topics/tags: flutter, investments, tracker, pdf, finance

Notes: This issue marks the official beginning of the project. All subsequent features and bug reports will be tracked in dedicated issues and linked back to this initial setup.

Context: The project aims to provide an elegant and intuitive interface for users to monitor the performance of their investments on a monthly basis, offering PDF statements and possibly Firebase-backed storage in later phases.

Guida contributor