https://github.com/G3root/Eisen-Matrix
🎯 Eisen Matrix is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built with React Native for learning purposes.
https://github.com/G3root/Eisen-Matrix
cross-platform eisenhower-matrix emotion expo react react-native taskmanagement todoapp zustand
Last synced: about 2 months ago
JSON representation
🎯 Eisen Matrix is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built with React Native for learning purposes.
- Host: GitHub
- URL: https://github.com/G3root/Eisen-Matrix
- Owner: G3root
- License: mit
- Created: 2022-02-09T09:35:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T15:00:55.000Z (over 3 years ago)
- Last Synced: 2024-10-30T13:38:06.700Z (7 months ago)
- Topics: cross-platform, eisenhower-matrix, emotion, expo, react, react-native, taskmanagement, todoapp, zustand
- Language: TypeScript
- Homepage:
- Size: 2.76 MB
- Stars: 17
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](LICENSE)




# 🎯 Eisen Matrix
Eisen Matrix is a prioritization app that uses Eisenhower matrix technique as workflow to prioritize a list of tasks & built with React Native for learning purposes inspired by [Einsen](https://github.com/Spikeysanju/Einsen) which is written in **Kotlin**.
***Try latest Einsen Matrix app apk from below 👇***
[](https://github.com/G3root/Eisen-Matrix/releases/download/v1.2.0/Eisen-Matrix.apk)
## 🏃 Running Locally
```bash
$ git clone https://github.com/G3root/Eisen-Matrix.git
$ cd Eisen-Matrix
$ yarn install
$ yarn start
```
## 🌞 Light Mode
| Dashboard | Matrix Table | All Tasks
|--- |--- |---
|  |  | | Task Details | Add Task | Empty State |
|--- |--- |--- |
|  |  | 
## 🌚 Dark Mode
| Dashboard | Matrix Table | All Tasks
|--- |--- |---
|  |  | | Task Details | Add Task | Empty State |
|--- |--- |--- |
|  |  | 
## 🛠 Built With
- [Expo](https://expo.dev/) - Supercharged React Native workflow.
- [Zustand](https://github.com/pmndrs/zustand) - A small, fast and scalable bearbones state-management solution using simplified flux principles.
- [Emotion](https://emotion.sh/) - a performant and flexible CSS-in-JS library.
- [React Native Paper](https://callstack.github.io/react-native-paper/) - Cross-platform Material Design components for React Native.
- [React Hook Form](https://react-hook-form.com/) - Performant, flexible and extensible forms with easy-to-use validation.
- [Immer](https://immerjs.github.io/immer/) - simplified handling immutable data structures.
- [React Navigation](https://reactnavigation.org/) - Routing and navigation for Expo and React Native apps.
- [TypeScript](https://www.typescriptlang.org/) - JavaScript with syntax for types.
## 📩 Contact
I know that first and foremost you are looking for a tool to solve your problems, but if you enjoy
it that much, why not tell us? We would love to hear from you 😉DM me at 👇
* Twitter: @nfs__21
* Email: [email protected]
## 🤗 Credits
- App Icons from [Logos-by-larkef](https://rareblocks.xyz/logos-by-larkef)
- Project inspiration [Einsen](https://github.com/Spikeysanju/Einsen)