Skip to content

Latest commit

Β 

History

History
40 lines (30 loc) Β· 1.29 KB

File metadata and controls

40 lines (30 loc) Β· 1.29 KB

Coffee shop Front-end

Technologies


Structure

πŸ“™
 β”œβ”€β”€ πŸ“° front-end            Mobile part
 β”‚   β”œβ”€β”€ πŸ“ assets           Assets
 β”‚   β”œβ”€β”€ βš™οΈ app.json         Main configuration file
 β”‚   └── πŸ“ src              App root
 β”‚       β”œβ”€β”€ πŸ’½ actions      Assets
 β”‚       β”œβ”€β”€ πŸ“š components   Basic application components
 β”‚       β”œβ”€β”€ 🎲 reducers     Reducers
 β”‚       β”œβ”€β”€ πŸ†” store        Redux store
 β”‚       β”œβ”€β”€  πŸ“ navigators   App navigation
 β”‚       β”œβ”€β”€ 🚧 Constant.js  Static constants
 β”‚       └── πŸ—‚οΈ screens      Route pages
 └──────────────────────────────────────────────────────────

All information about using, you can fing in our wiki


πŸ“„ License

Coffee Shop is MIT licensed, as found in the LICENSE file.