Created
January 5, 2021 09:04
Revisions
-
mofax created this gist
Jan 5, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,115 @@ commit 5ec98e672d66bfa1e0dce315a8b85827372d3570 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 11:59:15 2021 +0300 readme: Include screenshots commit a2710c6d4574beba10a75fa6ab00885fa0fd2dcd Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 11:54:54 2021 +0300 Include a README commit 2ec6a733c7fb2cffb1c15f40776035dbf4223140 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 11:46:19 2021 +0300 tests: Improve on tests commit 346746de522647e85f1ce8d815a6f2e5080573c5 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 10:40:10 2021 +0300 feat(Search): Add support to search for opportunities commit 93740141baac96feee28bd7d56fe6c5743388fd3 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 10:39:40 2021 +0300 util: Add date-fns as dependency commit e05f1e6414403fe82d706ed3404eb3a8f29c8707 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 05:02:40 2021 +0300 refactor: Refactor to remove circular depenency on routing commit 88f4f8f9c3e1ca571d19a0ec64970b0a39d5c2ba Author: Alloys Mila <mofax@users.noreply.github.com> Date: Tue Jan 5 05:01:47 2021 +0300 feat: Intro useLoading hook commit 1c71431df3f68bc164935d0e371e14e8c68fad2e Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 18:21:22 2021 +0300 feat: Move back when back button is pressed commit 47c0f55166ee98b32f5576fd21fb0ae2c597f3d6 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 18:20:55 2021 +0300 feat: Add support for routing history commit b4ac44068cd7d6d725f1b5d2f978d8ce231d5c21 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 18:19:08 2021 +0300 chore: Intro useIsMounted hook commit 8343af31179cdabced085753444e0428935d1df1 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 17:33:04 2021 +0300 feat(Profile): Update Profile to render user info commit 05c7fe1797f6648fe6dd76c21b8ab22e4ad80aa9 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 17:32:31 2021 +0300 feat(Page): Retrofit <Page> to render <TopBar> commit 3d986739cf328a5df407b2dd2080c9081b1dc836 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 17:31:41 2021 +0300 feat(TopBar): Intro the TopBar component commit 349553b95dcfe5098e34258bcdb74c00e375ec31 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 17:31:08 2021 +0300 chore: Include react-native-icons as dependency commit ebfcaf639459c62a88cbbd4362531fda9bd9c61f Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 14:37:15 2021 +0300 feat(Page): Add styling to the Page component commit 0e8fb005df04bc86e3802a3531b84d4b9d3d0fa2 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 14:36:38 2021 +0300 refactor: minor DRYing of code commit ef82f5e2ab0a322875c3de02157ca31d0c5c4635 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Mon Jan 4 13:27:05 2021 +0300 feat(Card): Intro card component commit 5d3d35c93f076a1c2836fa1ce0392033d4358aa2 Author: Alloys Mila <mofax@users.noreply.github.com> Date: Sun Jan 3 18:09:56 2021 +0300 Initial commit * In this comming we set up the basic react native project structure * Implement client requests for bio and oppotunities * Implement an If component - This is a simple component to allow is conditionally render other components. * Implement the <Page /> component, a wrapper for pages * Implement basic routing via react context * Implement <AuthPage /> and a basic <ProfilePage />