Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laplacexd/triviameister
A simple trivia making application made with Xamarin.
https://github.com/laplacexd/triviameister
csharp xamarin xamarin-android xamarin-forms
Last synced: 12 days ago
JSON representation
A simple trivia making application made with Xamarin.
- Host: GitHub
- URL: https://github.com/laplacexd/triviameister
- Owner: LaplaceXD
- License: mit
- Created: 2023-05-26T18:37:51.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-05-31T00:47:33.000Z (over 1 year ago)
- Last Synced: 2024-11-14T15:13:42.980Z (about 2 months ago)
- Topics: csharp, xamarin, xamarin-android, xamarin-forms
- Language: C#
- Homepage:
- Size: 2.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TriviaMeister
![Last Update](https://img.shields.io/github/last-commit/LaplaceXD/TriviaMeister?color=blue&label=Last%20Update)
![Activity](https://img.shields.io/badge/Activity-Completed-blue)TriviaMeister is a simple trivia-making and answering application for students who would like to add interactive fun to their studies. This was made as a final requirement for our CIS 2203 Mobile Development course. The application is primarily built on [Xamarin](https://dotnet.microsoft.com/en-us/apps/xamarin) with no Back-end since UI/UX was the primary focus.
## Functionalities
- Authentication using a mock cache.
- Perform CRUD operations on Trivias and their respective items.
- Simple Q&A functionality by clicking on Trivia Items.## Requirements
To be able to set up this project, you would need to install the following beforehand.
- [Visual Studio](https://visualstudio.microsoft.com/) for building Xamarin Apps.
- Any emulator (e.g., [Android Studio](https://developer.android.com/studio?gclid=CjwKCAjwvdajBhBEEiwAeMh1UwxtX3ve7oumkranNEYDkgzB3ZISAj8Zt2EI68zBnZBFzzPLCOi3gxoCmCsQAvD_BwE&gclsrc=aw.ds)) or physical android device.## Setup
1. Make sure you have the requirements installed.
2. Clone this project to your local machine.
3. Open the project in `Visual Studio`.
4. Open an `Android Emulator`.
5. Run the project in `Visual Studio`.
6. You can log in with the following account:```md
Email: [email protected]
Password: Abcd1234!
```## Contributing
Unfortunately, we are not accepting pull requests, since this is a one-time project. However, feel free to fork this project, and improve on it!
## License
[MIT](https://github.com/LaplaceXD/TriviaMeister/blob/master/LICENSE)