axel37 / ionic-tmdb-pwa

Learning Ionic and React with a small frontend for the TMDB api.
0 stars 0 forks source link

Favorites #1

Open axel37 opened 1 month ago

axel37 commented 1 month ago

To practice using storage / persistence, implement a favorites system

(user can add, remove and see favorite titles)

axel37 commented 1 month ago

We got a favorites system working (with #4), but we still need to persist it.