An open API service indexing awesome lists of open source software.

https://github.com/pratikbaid3/completionist_flutter_app

Flutter app that keeps track of in-game progress in PS4 and Xbox One games. It tracks all the achieved trophies and provides tips and tricks to achieve the rest.
https://github.com/pratikbaid3/completionist_flutter_app

game hacktoberfest playstation-4 ps4 trophy xbox-one

Last synced: 11 months ago
JSON representation

Flutter app that keeps track of in-game progress in PS4 and Xbox One games. It tracks all the achieved trophies and provides tips and tricks to achieve the rest.

Awesome Lists containing this project

README

          

## Completionist (PS4 & Xbox Companion)

![Group 6](https://user-images.githubusercontent.com/52864956/110070862-e9760f80-7da0-11eb-8676-79411f38d451.png)
Google Play

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

## Introduction

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.

## Usage

1. Clone the repository from GitHub:

```bash
git clone https://github.com/pratikbaid3/Completionist_Flutter_App
```

2. Navigate to project's root directory:

```bash
cd game_trophy_manager
```

3. Check for Flutter setup and connected devices:

```bash
flutter doctor
```

4. Clone and run the backend
```bash
git clone https://github.com/pratikbaid3/Completionist_Backend
```

5. Run the app:

```bash
flutter run
```

## Contributing

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
```

## License

The project is released under the [MIT License](http://www.opensource.org/licenses/mit-license.php). The license can be found [here](LICENSE).

## Flutter

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