Skip to content

Commit

Permalink
adds readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jomurgel committed Sep 5, 2024
1 parent dad38ff commit 8492db5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
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>
Binary file added assets/tdy-splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/tdy-task-type.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8492db5

Please sign in to comment.