Skip to content

rootasjey/citations365

Repository files navigation

Build status

Citations 365

A quotes app written for Windows 10.

Read meaningful quotes everyday.

Get it on Windows 10

screenshots

on mobile

home

citations365

lockscreen

lockscreen

on desktop

home

citations365

author page

citations365

tile animation

features

  • 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)

setup

Steps to build and run this project:

  1. Clone or download this repository
  2. (Optional) Unzip the archive to your favorite location
  3. Navigate to the Citations 365/ folder
  4. Open Citations 365.sln in Visual Studio
  5. Choose your favorite platform and click on Run :)

platforms

  • Windows Mobile 10
  • Windows 10

sources

French

English

architecture overview

This section describes the way I've organized my files and directories to build this app in the clearest way possible.

Views

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.

Data

All data are managed inside the Data/ folder.

For more information, visit the corresponding folders.

contributing

You can contribute to improve this project by:

  • creating a pull request
  • submitting new ideas / features suggestions
  • reporting a bug.

todo

  • 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