Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wisnuuakbr/my-laundry-app
Laundry Mobile Apps UI crafted with React Native
https://github.com/wisnuuakbr/my-laundry-app
mobile-app react-native ui-design
Last synced: 1 day ago
JSON representation
Laundry Mobile Apps UI crafted with React Native
- Host: GitHub
- URL: https://github.com/wisnuuakbr/my-laundry-app
- Owner: wisnuuakbr
- Created: 2024-02-28T10:12:48.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-14T00:50:50.000Z (10 months ago)
- Last Synced: 2024-11-11T06:34:06.499Z (2 months ago)
- Topics: mobile-app, react-native, ui-design
- Language: TypeScript
- Homepage:
- Size: 641 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laundry Apps UI React-Native
An UI-Design Laundry Apps crafted using React Native
## Requirements
this apps is currently extended with the following requirements.
Instructions on how to use them in your own application are linked below.| Requirement | Version |
| ------------ | ------- |
| Node JS | 20.10.0 |
| React | 18.2.0 |
| React-Native | 0.73.5 |## Installation
Make sure the requirements above already install on your system.
Clone the project to your directory and install the dependencies.```bash
$ git clone https://github.com/wisnuuakbr/my_laundry_app
$ cd my_laundry_app
```Install the dependencies
```bash
$ npm install
```## Run the Application
Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:
### For Android
```bash
# using npm
npm run android# OR using Yarn
yarn android
```### For iOS
```bash
# using npm
npm run ios# OR using Yarn
yarn ios
```If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.