Noting App for My College Course
- Clean Architecture 🏗️
- Test-Driven Development (TDD) - Unit, Widget, and Integration tests 🧪
- Modularity
If you are currently learning Flutter development and want to start contributing to open source, let's get started! To contribute to this project, follow these steps:
- Fork this repository
- Create a new branch:
git checkout -b <branch_name>
- Make your changes and commit them:
git commit -m '<commit_message>'
. Please follow this Commit Style Guide - Push your changes to the original branch on your repository
- Create the PR (Pull Request)
To contributing to this project, you can explore TMDB API Docs and start add a new feature that intresting and useful for cinephile.
IMPORTANT: You must follow the clean architecture and TDD proccess to add a new feature.
Thanks 😊