https://github.com/aksoftware98/autoskilltestrun
https://github.com/aksoftware98/autoskilltestrun
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aksoftware98/autoskilltestrun
- Owner: aksoftware98
- License: mit
- Created: 2018-07-31T21:08:04.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T16:34:08.000Z (almost 8 years ago)
- Last Synced: 2025-02-09T07:34:15.021Z (over 1 year ago)
- Language: C#
- Size: 483 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Autoskill Test
Testbed for Xamrin Form projects using .netStandard2, Xamarin Forms, ReactiveUI, and FreshMVVM.
## Getting Started
Make sure to install VisualStudio. Our version is currently 2017 7.5 preview, build number: 1244.
## Deployment
If you're running on simulators existing bundleId should be fine. Else replace bundleId with your own identifier.
un: admin
pw: test
## Built With
* [XamForms](https://docs.microsoft.com/en-us/xamarin/xamarin-forms/) - Cross platform application base
* [ReactiveUI](https://reactiveui.net) - Allows RX extentions for interface elements and elegant async handling.
* [FreshMVVM](https://github.com/rid00z/FreshMvvm) - Interpage routing and data passing, as well as a good IOC system. ReactiveUI does have it's own system, but we feel that this is the more elegant solution. Highly recommend checking out their sample projects for more cool tricks.
## Contributing
We were bad kids and didn't include unit tests for the project. If any enterprising devs want to take the lead on that, you get a gold star. Otherwise, branch as needed and submit any new tricks on that new branch.
## Authors
* **K2** - *Initial work*
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
## Other
This project implements our basic preferred coding style. Planning on formalized a doc in the near future.
A version of this that hooks into Amazons DynmoDb and Congnito services will be in a future branch.
Apologies for the hideous colors.