Want to get the most out of your PS4 and Xbox One games? Want to be incentivised to play? Completionist is the perfect place to grind your way through to the satisfying 100% completion mark. Track your in-game progress and all the trophies that you have achieved. Helpful tips and tricks present a nifty way to achieve the trophies and reach maximum completion. Happy Gaming
The app is a collection of latest PS4 & Xbox(Coming Soon!) games trophy and the ways to achieve it. Some of the additional functionality is the ability to star trophies and mark them as complete for future reference. We also have several video guides for some of the more critical trophies. The app has a Django backend and a sqlite database.
- Clone the repository from GitHub:
git clone https://github.com/pratikbaid3/Completionist_Flutter_App
- Navigate to project's root directory:
cd game_trophy_manager
- Check for Flutter setup and connected devices:
flutter doctor
- Clone and run the backend
git clone https://github.com/pratikbaid3/Completionist_Backend
- Run the app:
flutter run
Contribution to the project can be made if you have some improvements for the project or if you find some bugs. You can contribute to the project by reporting issues, forking it, modifying the code and making a pull request to the repository.
Please make sure you specify the commit type when opening pull requests:
feat: The new feature you're proposing
fix: A bug fix in the project
style: Feature and updates related to UI improvements and styling
test: Everything related to testing
docs: Everything related to documentation
refactor: Regular code refactoring and maintenance
The project is released under the MIT License. The license can be found here.
For help getting started with Flutter, view online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.