https://github.com/ungdev/cassiopee-mobile
Mobile app for UTT's Gala : Cassiopée
https://github.com/ungdev/cassiopee-mobile
Last synced: about 1 year ago
JSON representation
Mobile app for UTT's Gala : Cassiopée
- Host: GitHub
- URL: https://github.com/ungdev/cassiopee-mobile
- Owner: ungdev
- License: mit
- Created: 2020-01-22T18:54:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-04-03T23:41:33.000Z (about 4 years ago)
- Last Synced: 2025-02-15T00:19:02.520Z (over 1 year ago)
- Language: JavaScript
- Size: 53.8 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cassiopee-Mobile
Mobile app for UTT's Gala : Cassiopée
## Requirement :
- React Native with expo
## Installation :
1. clone repository
- git clone https://github.com/ungdev/cassiopee-mobile
- cd cassiopee-mobile
2. install dependencies :
- npm
3. launch the app on expo :
- npm start
## File Architecture :
- /assets/\* => icon and splash
- /node_modules/\* => dependencies, dont touch it
- /src/\* => All App' resources
- /Bundles/\* => all the app's bundles, for example, Artists or Program which contain screens and specific elements
- /components/\* => all react components that can be reused multiple times
- /config/\* => access to API
- /images/\* => pictures locals in the App
- /lib/\* => API config
- /navigation/\* => handle app navigation
- App.js => entry point of the app
- app.json => app infos, like version (it's important to increase it when you publish a new version)
- README.md => this file
## Version Syntax :
Cassiopée is the new concept of GALA UTT. The original version is 2.0.0 (March 2020)
- First number will be incremented for each edition so +1 every year.
- Second number will be incremented for an update with new functionality in the same year (add Plan for exemple few weeks before event)
- Third number will be incremented for minor fix, text error or security patch