Comhype is a crowdfunding mobile application allowing project leaders to get a first feedback on their project.
-
clone the repository
git clone [email protected]:com-hype/app.git
-
cd into the directory
cd app
-
create a
.env
file -
install dependencies
yarn
-
run
yarn start
-
follow the instructions
For iOS Simulator:
cd ios
pod install
cd ..
yarn ios:dev
For Android:
yarn android:dev
For Android:
Run yarn android:release
.
The app will be available in the android/app/release/app-universal-release.apk
file
Thes project use atomic design to structure the code.
└── src
├── assets
├── components
│ ├── atoms/
│ ├── molecules/
│ ├── organisms/
│ └── templates/
│
├── core <-- includes store and app.js
├── features
│ ├── account/
│ ├── authentication/ <-- user.redux.js
│ └── .../
│
├── helpers
├── navigations
├── theme
└── utils
- React Native 0.68.0
- Redux
- Redix Persist
- React Navigation
- Axios
- Lottie
- PusherJS
- Stripe
Developed by @dantin-durand