borg / Mobile-Application-Development

Course material for Mobile Application Development, Integrated Digital Media, Tandon School of Engineering, NYU
3 stars 3 forks source link

Assignment 5 #5

Open borg opened 2 years ago

borg commented 2 years ago

Pick one of the global state management frameworks I outlined last week - globalState, Context, Hookstate, EasyPeasy or Redux - and convert your todo app to an app that maintains a global todo state, accessible from any part of the app stores the state in a persistent storage (either Async or remotely), so it's remains on app/browser reload.

I would consider redux the hardest route, so that would give you extra points. If you choose redux you can dig into a video tutorial like this.

zhumingcheng697 commented 2 years ago

McCoy Zhu – https://snack.expo.dev/@zhumingcheng697/todoapp-v3

sammylevin10 commented 2 years ago

Sammy Levin - https://snack.expo.dev/@sammylevin/14d9f0

jy3524 commented 2 years ago

Jeongin Yoon - https://snack.expo.dev/@yoonj/homework5 (Redux Persist works now)

linamanda commented 2 years ago

Amanda Lin - https://snack.expo.dev/@al5885/assignment5 (Redux w/ Async Storage)

lisaye1221 commented 2 years ago

Lisa Ye - https://snack.expo.dev/@lisaye1999/to-do_with_redux (WIP because Redux is a tad bit complex) Completed, now you can take a look at my tasks that I need to complete. Shoutout to this redux and this redux-persist article.

karennarod commented 2 years ago

Karenna Rodriguez - https://snack.expo.dev/@karennarod/mad-assignment-5-

Kaitlynheard2 commented 2 years ago

https://snack.expo.dev/@kmh746/todo-app-2 (uses redux, not redux-persist)

fahmed3 commented 2 years ago

https://snack.expo.dev/@fahmed3/happy-donuts redux with redux persist - referenced articles Lisa linked

michellewongi commented 2 years ago

https://snack.expo.dev/@mw3981/vengeful-pizza

tywenrick3 commented 2 years ago

https://snack.expo.dev/@ty3/todoglobalhookstate

mgykim commented 2 years ago

https://snack.expo.dev/@megankim/to-do-app (fixing bugs)

sahanasripadanna commented 2 years ago

Sahana Sripadanna - https://snack.expo.dev/@sahanasri/global-state