devbook_ts/src
2020-05-15 10:10:24 +02:00
..
components display alert on EditProfile form submit 2020-05-15 09:25:05 +02:00
constants add statuses enum and enable EditProfile Form 2020-05-14 18:28:49 +02:00
hooks update useForm hook to handle checkboxes 2020-05-15 10:10:24 +02:00
models Links type, 2020-05-14 20:07:31 +02:00
pages update useForm hook to handle checkboxes 2020-05-15 10:10:24 +02:00
router use an enum for routes and statuses 2020-05-14 17:39:10 +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 refactor enhance to store 2020-05-14 17:12:29 +02:00
types refactor extract alert interface 2020-05-15 09:35:35 +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