-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# T◩DY | ||
This is, currently, and MVP built over a couple days for a todo app that works like I do with tasks in one of three states: incomplete, partially complete, or complete. | ||
|
||
This uses the following things: | ||
- [React Native](https://reactnative.dev/) | ||
- [React](https://react.dev/) | ||
- [Redux](https://redux.js.org/) | ||
- [Supabase](https://supabase.com/) | ||
- [TypeScript](https://www.typescriptlang.org/) | ||
- [Jest](https://jestjs.io/) | ||
- [Expo](https://expo.dev/) | ||
- Basic Authenticaion with Username and Password | ||
|
||
What I've yet to add: | ||
- Propper testing coverage. Having issues getting jest and the react-native | ||
testing library to place nice. | ||
- Lots of features that help to keep you produtive. | ||
- Time-based compeltion. | ||
- Lots before it's ready for showtime, but hit me up at [jomurgel.com](https://jomurgel.com) if you're interested in helping out. | ||
|
||
## Usage | ||
`npm ci && npm run ios` or `npm ci && npm run android` with Simulator or Android | ||
Studio running respectively. | ||
|
||
## Screens | ||
<center><img src="./assets/tdy-splash.png" width="450" alt="TDY Login Screen"></center> | ||
<center><img src="./assets/tdy-task-type.png" width="450" alt="TDY Task Screen"></center> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.