All Projects → FMCorz → React Native Vs Ionic Todos

FMCorz / React Native Vs Ionic Todos

Simplistic application to compare React Native and Ionic 2

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to React Native Vs Ionic Todos

All In One
👔 Health care application for reminding health-todo lists and making healthy habits every day.
Stars: ✭ 109 (-27.81%)
Mutual labels:  todo
Deadline
A simple TODO with countdown timer
Stars: ✭ 134 (-11.26%)
Mutual labels:  todo
Done it
DoneIt is a sample note app 📝 Flutter application 📱 built to demonstrate use of Clean Architecture tools. Dedicated to all Flutter Developers with ❤️.
Stars: ✭ 140 (-7.28%)
Mutual labels:  todo
Ionic2 Cnodeclub
基于Ionci 3.4.2、Angular 4、TypeScript 2.3的APP
Stars: ✭ 116 (-23.18%)
Mutual labels:  ionic2
Ionic2 Reddit Reader
Ionic 2 Sample App
Stars: ✭ 128 (-15.23%)
Mutual labels:  ionic2
Qtodotxt2
Rewrite of GUI code of QTodoTxt using qml.
Stars: ✭ 136 (-9.93%)
Mutual labels:  todo
Todoit
The JavaScript framework for hassle-free TODO application development.
Stars: ✭ 102 (-32.45%)
Mutual labels:  todo
Taskwarrior
Taskwarrior - Command line Task Management
Stars: ✭ 2,239 (+1382.78%)
Mutual labels:  todo
Coddx Alpha
Coddx - a collection of tools that help developers program efficiently. One of the features is generating multiple files from templates quickly.
Stars: ✭ 132 (-12.58%)
Mutual labels:  todo
Ionic3 Components
A project full of ionic 3 components and samples - to make life easier :)
Stars: ✭ 1,689 (+1018.54%)
Mutual labels:  ionic2
Td Cli
A todo command line todo manager ✔️
Stars: ✭ 119 (-21.19%)
Mutual labels:  todo
Chihu2
ionic2-example <吃乎2>混合开发-美食app 🍜 ☕️ 🍦 (This is a support android and apple ionic2 case, a food app)
Stars: ✭ 124 (-17.88%)
Mutual labels:  ionic2
Vim Simple Todo
Mappings to manage GitHub-like task lists
Stars: ✭ 137 (-9.27%)
Mutual labels:  todo
Unmark
An open source to do app for bookmarks.
Stars: ✭ 1,499 (+892.72%)
Mutual labels:  todo
Ionic3 Multilevelsidemenu
Ionic 3 demo of a two-level side menu.
Stars: ✭ 141 (-6.62%)
Mutual labels:  ionic2
Markor
Text editor - Notes & ToDo (for Android) - Markdown, todo.txt, plaintext, math, ..
Stars: ✭ 1,394 (+823.18%)
Mutual labels:  todo
Sunnybaby
🍃 晴宝:最简洁的天气应用。(Built by Ionic2)
Stars: ✭ 135 (-10.6%)
Mutual labels:  ionic2
Ao
Elegant Microsoft To-Do desktop app
Stars: ✭ 1,923 (+1173.51%)
Mutual labels:  todo
Ionic2 Pokedex
🎮 Pokédex sample app developed with Ionic 2, Angular 2 and Apache Cordova. Using Pokéapi as source for data.
Stars: ✭ 143 (-5.3%)
Mutual labels:  ionic2
Microsoft Todo Mac
🐜 Microsoft-ToDo macOS App. 微软Todo mac客户端.
Stars: ✭ 138 (-8.61%)
Mutual labels:  todo

React Native vs. Ionic 2

Here is a (very) simplistic non-persistent TODO app implemented in both Ionic 2 and React Native for the sake of comparing both frameworks.

React Native

The code is here: rn/todoapp.js.

To try:

cd rn
npm install
react-native run-android

Ionic

The code: (based on the _blank template)

To try:

cd ionic2
npm install
ionic serve

Note: In the limited amount of time spent on this I couldn't figure out how to properly style the "Hide done" toggle.

Code quality

The code can, and should, be better. Only one component was used in React Native to contain most of the code in one place. The same goes with Ionic, although there may be more absurdities there as I'm not as familiar with that framework. Feel free to submit a pull request if I've made ridiculous mistakes.

License

Do whatever you want.

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].