SaulSandovalM/creativoLabs

Create repository

Open

#11 opened on Jun 23, 2025

 (0 comments) (0 reactions) (1 assignee)JavaScript (0 forks)auto 404
documentationenhancementgood first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

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.

Contributor guide