A quotes app written for Windows 10.
Read meaningful quotes everyday.
- new quotes every day
- save the nicest quotes in your favorites
- share quotes to the world
- browse the database by famous authors (not available for all languages)
Steps to build and run this project:
- Clone or download this repository
- (Optional) Unzip the archive to your favorite location
- Navigate to the
Citations 365/
folder - Open
Citations 365.sln
in Visual Studio - Choose your favorite platform and click on Run :)
- Windows Mobile 10
- Windows 10
French
English
This section describes the way I've organized my files and directories to build this app in the clearest way possible.
All the views are localized inside the Views/
folder, except for the App.xaml
and App.xaml.cs
which is the main app's view page.
All data are managed inside the Data/
folder.
For more information, visit the corresponding folders.
You can contribute to improve this project by:
- creating a pull request
- submitting new ideas / features suggestions
- reporting a bug.
- Mashup multi-sources for each language
- Add option to apply generated images to wallpaper (currently only for locksreen)
- Adapt generated images for desktop devices (good looking only on mobile devices currently)
- Add a service to allow others apps to query quote data from Citations 365
- Add In-App-Purchases/Donation button