CampusDot is WANTED HACKATHON
project application that can see other people's recommended StoreLists.
And You can Challenge these Lists. Also, you can get informations about restaurant with your college student's reviews.
You can find how to use components, providers in here.
All of source files in /src directory
Write part of views in each section. Make reusable components.
Write server baseUrl, app main colors, frequently used styles in here.
Write Context, Reducer in here(Api calls). It is related to each screens (e.g. StoreList screens...) shared data that is fetched from server (e.g. Auth, College...) and it's function(reducer).
- Auth, College, Review, Search, StoreList, Uesr exists.
axios setting to communicate with server. utils files in here.
Divide into Auth, Main Stack and Tab Screen in navigation.
Write reusable varibles(state), function in many components, screens. (like redux) It is not data fetched from server just to use not passing props in every components.
-
- It is for dealing with Creating Review.
-
- It is for dealing with Creating StoreList.
-
- It is for dealing with Search.
Locate static files in here.
Main Screen of App with templates.
-
- for the related with Auth Screen. (SignIn, SingOut)
-
- for the related with Main Screen. (Home, Stamp, Create, Notice, MyPage, Splash)
Templates consists of many components used in Screens. directory is similar with screens.
Simple widgets in here.