"Make your profile & share with your friends"
이 README 파일에서는 각 결과물의 전체적인 구조와 실행 방법에 대해서 다룰 것입니다. 총 3개의 결과물을 담고 있습니다.
- MVT Landing Page HTML (MVP folder)
- Helper Page for loading & review (mindful folder)
- Implementation of Mindful Mate App (rest of the folders)
사용자는 다음 링크를 통해서 바로 접속할 수 있습니다. https://mindfulmate-mvp.netlify.app/
다음 단계를 통해서 테스트 어플을 실행할 수 있습니다.
- MVT Landing Page 접속
- 버튼을 통해서 Helper Page로 이동 (어플 사용 방법 및 평점을 남기는 칸이 있습니다.)
- 버튼을 통해서 어플 구현 사이트로 이동
- 사이트에서 어플 직접 체험해보기
.
├── assets # Static assets like images and fonts.
├── config # JS representation of fonts, images, and more
├── screens # React Native code for the screens you built.
│ └── MyFirstScreen.js # Example file for the screen named "My First Screen"
├── themes # JS representation of the theme
├── .gitignore # List of files to ignore when comitting with Git
├── App.js # Entry point for your app
├── app.json # Configuration file for your app, used by Expo
├── AppNavigator.js # Code for your app's navigators
├── package.json # The metadata for your project, including dependencies
└── README.md # This file for description