All Projects → MahStudio → Denna

MahStudio / Denna

Licence: GPL-3.0 license
Denna to-do list application

Programming Languages

C#
18002 projects
powershell
5483 projects

Projects that are alternatives of or similar to Denna

Bili.Uwp
适用于新系统UI的哔哩
Stars: ✭ 7,038 (+33414.29%)
Mutual labels:  uwp
Elmish.Uno
Static UWP views for elmish programs running with the Uno Platform
Stars: ✭ 23 (+9.52%)
Mutual labels:  uwp
WinDev-Utility
A utility for windows developers
Stars: ✭ 17 (-19.05%)
Mutual labels:  uwp
KeyCommandAlertController
UIAlertController wrapper to add keyboard shortcuts easily
Stars: ✭ 16 (-23.81%)
Mutual labels:  ux
VanGogh
💥 Android view animations powered by RxJava 2
Stars: ✭ 95 (+352.38%)
Mutual labels:  ux
MADE.NET
MADE.NET is a home to all of those bits of code that you know you'll reuse in another project. Making app development easier with .NET.
Stars: ✭ 75 (+257.14%)
Mutual labels:  uwp
PeriodicBackgroundService
Simple implementation of periodic background service with Xamarin.
Stars: ✭ 37 (+76.19%)
Mutual labels:  uwp
prototype
📖Prototype Document
Stars: ✭ 45 (+114.29%)
Mutual labels:  ux
MQTTnet
MQTTnet is a high performance .NET library for MQTT based communication. It provides a MQTT client and a MQTT server (broker). The implementation is based on the documentation from http://mqtt.org/.
Stars: ✭ 3,309 (+15657.14%)
Mutual labels:  uwp
react-native-dynamic-vector-icons
Wrapper of react-native-vector-icons to use dynamic types
Stars: ✭ 84 (+300%)
Mutual labels:  ux
XamlIslands
Repository with several XAML Islands v1 samples (Win32, WPF, and WinForms) to demonstrate how to use it.
Stars: ✭ 47 (+123.81%)
Mutual labels:  uwp
UltraFaceDotNet
C# version of Ultra-Light-Fast-Generic-Face-Detector-1MB for Windows, MacOS, Linux, iOS and Android
Stars: ✭ 56 (+166.67%)
Mutual labels:  uwp
TsinghuaNet
清华大学校园网客户端与联网库,适用于 UWP、iOS、Android,其余平台见 tunet-rust
Stars: ✭ 67 (+219.05%)
Mutual labels:  uwp
itop-datacenter-view
Extension for iTop: Easily manage & visualize your racks, enclosures and datacenter devices.
Stars: ✭ 24 (+14.29%)
Mutual labels:  ux
sonar.css
CSS3/Sass Animated Attention Seekers
Stars: ✭ 16 (-23.81%)
Mutual labels:  ux
List-of-Academic-Research-on-Usability-in-FOSS
No description or website provided.
Stars: ✭ 29 (+38.1%)
Mutual labels:  ux
floating-slideup-sheet
Simple and lightweight UI library for user new experience, combining floating bottom navigation and bottom sheet behaviour. Simple and beautiful.
Stars: ✭ 118 (+461.9%)
Mutual labels:  ux
Coolapk-UWP
一个基于 UWP 平台的第三方酷安客户端
Stars: ✭ 1,633 (+7676.19%)
Mutual labels:  uwp
negi3wm
Brings a lot of unique UX features inspired by ion3/notion wm. Probably the most sophisticated example of i3ipc usage ever created
Stars: ✭ 27 (+28.57%)
Mutual labels:  ux
KDInstagram
Instagram Clone built in Swift. Utilize three design patterns in three major modules.
Stars: ✭ 119 (+466.67%)
Mutual labels:  ux

Denna

Denna is a fully featured and productive To-Do list for Windows 10 devices.
Download · Insiders Group · Nightly builds


The Story

Denna's idea came from my own needs. I'm not punctual at all, so I needed a tool to make me care more about my time. So with the help of the whole team in MahStudio, we came across with a project named Plannel which then became Denna.

Denna is a name of a mountain in Iran. The idea of creating Denna, poped up to my mind, when I couldn't spend enough time to study, and failed to answer some of the questions on my test. The answer of one those missed questions them was "Denna".

Then with the help of the team and the community, we developed and released a lovely tool named Denna. The main goal of Denna is to help people to care more about their time. Because time flies!

Ease of access and productivity, are Denna's core values.

The theory

We think that all leading todo lists and task managers of the market suck too much! So we decided to make one with the help of community. We think only people can say what they want not the big companies!

What we offer in Denna

  • Productive task management
  • Offline-first sync
  • Cortana interaction
  • Action center integration
  • Productivity analysis
  • Simple but effective interface
  • Fast support

Denna in press

Denna got a really good attention from users and some of the news websites. You can read some of Denna's reviews down below:

And so on ...

Design

This project is designed by Sr. architect and designer Aref M. Ahmadi and Sr. designer Mohammad R. Alidoost.


Also you can see the whole design files HERE

Contributing

Denna looks for new maintainers and contributors. The key feature that we need for next update is sync and the features that are into the design. As Denna is an open source project, all kind of contributions are welcome.

Roadmap

First let me explain what we are our plans for Denna:

  • Make it as simple but productive. High UX values.
  • Supporting UWP platform.
  • Supporting Android.
  • Supporting iOS.
  • Supporting office extentions.
  • Supporting web client.
  • Adding collaborative task management.
  • Keep learning from users and let them decide what features they want in Denna.

We currently need Android, Web and iOS developers to sharpen our team. Ideally a React/React native developer will help us to build everything we need.

How do I contribute

You can contribute us in either 3 ways:

  1. You can get our stable builds and send us feedbacks, ideas and feature requests either in email or issues
  2. You can get our nightly builds from HERE and give us feedback pr join us HERE AT DENNA INSIDER CHAT ON TELEGRAM
  3. You can help us in development cycle. See roadmap.

You can see V 2.1 milestone HERE

Build Prerequisites

  1. Windows 10
  2. Visual Studio 2017 (latest build) with universal windows development features installed.
  3. GIT for Windows (install from here)
  4. Knowledge about C#, Xaml, Realm, MVVM, design patterns and Windows development

Build instructions

We use realm as our database and sync engine, so see Realm.net documentation first.

  1. Clone the repo
  2. Open Denna Solution
  3. Open Realm cloud website and register for a realm instance for free. If you don't want sync, skip this step and open an issue and ask us for the solution.
  4. Back into solution, there is a missing Constants.cs file. Replace it with following code. Remember that you should paste your realm instance URL in ServerUri.
  5. Register for an app in Microsoft App Center and paste your app secret code in AppCenterSecret. If you don't want analytics you can skip this and write a random string there.
using System;
namespace Core
{
    public static class Constants
    {
        public static readonly Uri ServerUri = new Uri("My realm server URL");
        public static readonly string AppCenterSecret = "Your App Center secret" ;
    }
}
  1. Hit F5 and run the project

Authors

This project is designed, developed, maintained and supported by the community software development team Mah Studio. See also the list of contributors who participated in this project.

Personnel

Special thanks to AliNGame, Pouria Riahi, Microsoft app center team and Windows insiders and developers community for their help to this project.

Sponsor

This project is sponsored by Realm.io.

Metrics

Throughput Graph

Licence

This application is available under GPL-3 Licence.

Copyright © 2016-2018 Denna Authors // Mah Studio.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].