devbook_ts/src
2020-05-20 15:03:03 +02:00
..
components 📑Profile list (#11) 2020-05-17 19:15:27 +02:00
constants fetch posts from db, can post and like posts 2020-05-19 14:59:50 +02:00
hooks 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
models fetch posts from db, can post and like posts 2020-05-19 14:59:39 +02:00
pages can add comments 2020-05-20 15:03:03 +02:00
router add params to post route 2020-05-20 14:10:25 +02:00
services/firebase Redux (#5) 2020-05-13 19:40:23 +02:00
static Signin (#6) 2020-05-14 14:18:22 +02:00
store 📑Profile list (#11) 2020-05-17 19:15:27 +02:00
types switch picture to avatarUrl; addLike and removeLike methods placeholders 2020-05-18 08:50:54 +02:00
App.test.tsx Redux (#5) 2020-05-13 19:40:23 +02:00
App.tsx Redux (#5) 2020-05-13 19:40:23 +02:00
index.tsx Create and style Landing page (#2) 2020-05-12 11:09:51 +02:00
react-app-env.d.ts create React App with TypeScript 2020-05-12 09:41:58 +02:00
serviceWorker.ts create React App with TypeScript 2020-05-12 09:41:58 +02:00
setupTests.ts create React App with TypeScript 2020-05-12 09:41:58 +02:00