Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T15:00:55.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T16:56:24.052Z (6 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
![GitHub Cards Preview](readme-assets/header.png)
[![GitHub license](https://img.shields.io/badge/license-MIT-green)](LICENSE)
![GitHub issues](https://img.shields.io/github/issues/G3root/Eisen-Matrix)![GitHub stars](https://img.shields.io/github/stars/G3root/Eisen-Matrix?style=social)
![GitHub stars](https://img.shields.io/github/forks/G3root/Eisen-Matrix?style=social)
![GitHub stars](https://img.shields.io/github/watchers/G3root/Eisen-Matrix?style=social)
![GitHub follow](https://img.shields.io/github/followers/G3root?label=Follow&style=social)
![Twitter Follow](https://img.shields.io/twitter/follow/nfs__21?label=Twitter&style=social)# 🎯 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 👇***
[![Einsen](https://img.shields.io/badge/-Download%20APK-blue?style=for-the-badge&logo=android)](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
|--- |--- |---
| ![](readme-assets/home_light.jpg) | ![](readme-assets/matrix_table_light.jpg) | ![](readme-assets/all_task_light.jpg)| Task Details | Add Task | Empty State |
|--- |--- |--- |
| ![](readme-assets/task_detail_light.jpg) | ![](readme-assets/add_task_light.jpg) | ![](readme-assets/empty_state_light.jpg)
## 🌚 Dark Mode
| Dashboard | Matrix Table | All Tasks
|--- |--- |---
| ![](readme-assets/home_dark.jpg) | ![](readme-assets/matrix_table_dark.jpg) | ![](readme-assets/all_task_dark.jpg)| Task Details | Add Task | Empty State |
|--- |--- |--- |
| ![](readme-assets/task_detail_dark.jpg) | ![](readme-assets/add_task_dark.jpg) | ![](readme-assets/empty_state_dark.jpg)
## 🛠 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)