Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opakholis/yuk-shopping
JCC Final Project #2
https://github.com/opakholis/yuk-shopping
Last synced: about 1 month ago
JSON representation
JCC Final Project #2
- Host: GitHub
- URL: https://github.com/opakholis/yuk-shopping
- Owner: opakholis
- Created: 2022-03-29T03:31:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-03T01:27:48.000Z (over 2 years ago)
- Last Synced: 2024-05-02T01:54:00.622Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 686 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JCC Final Project #2
![capture](https://user-images.githubusercontent.com/49778014/163517039-1d716fad-6f42-4b98-a168-0674dd630886.png)
## Get Started
```bash
# install expo cli
npm i -g expo-cli
``````bash
# install dependencies
npm i
```To run the project, run the following commands:
```bash
npm run start# or directly open the emulator
npm run android
```