APP built with the React Native framework for a barber system.
nBarber is an application for people to find nearby barbers and schedule haircuts. It is developed using React Native, which is a mobile development framework for generating mobile applications using component-oriented programming. It generates native applications for Android and iOS operating systems. The main objective was to develop a mobile application for learning purposes only, not for profit.
Password | |
---|---|
user@email.com | 1234 |
The hosting service may have a certain delay (~ 2 min) for uploading the application so the loading of the website may have a certain delay.
Type in your terminal:
- npm install --legacy-peer-deps
- npx react-native run-android OR npx react-native run-ios
- npx react-native start
- npx react-native run-android OR npx react-native run-ios
Details about each version are documented in the releases section.
Name | Type | Description |
---|---|---|
__tests__ | Directory |
Test files |
android | Directory |
Android source files |
docs | Directory |
Documentation files |
ios | Directory |
iOS source files |
src | Directory |
Source files |
Name | Type | Description |
---|---|---|
assets | Directory |
Application static files |
components | Directory |
Collection of user interface components (like buttons and inputs) that can be used across various files in the project |
config | Directory |
Environment variables and configuration related files |
models / domain / dto | Directory |
Data and database model files |
navigators | Directory |
Files responsible for defining application navigation routes |
parts | Directory |
User interface components used for composing components |
providers | Directory |
Files responsible for managing local data |
services | Directory |
Files responsible for business logic |
screens | Directory |
Files responsible for showing information to users according to some navigation route |
App.tsx | File |
Application point entry |