Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeremytubongbanua/connect
Networking made easy - University of California Hackathon 2021.
https://github.com/jeremytubongbanua/connect
figma nodejs react-native
Last synced: 19 days ago
JSON representation
Networking made easy - University of California Hackathon 2021.
- Host: GitHub
- URL: https://github.com/jeremytubongbanua/connect
- Owner: JeremyTubongbanua
- Created: 2021-10-23T18:59:14.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-23T23:54:59.000Z (over 3 years ago)
- Last Synced: 2024-12-29T21:06:24.056Z (about 1 month ago)
- Topics: figma, nodejs, react-native
- Language: JavaScript
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
An app for both event organizers and event participants that allows them to easily connect with each other.
App organizers can generate a QR Code. The participant will scan this QR Code and input their CONNECT profile that contains all of their socials. Then both the participant and event organizer can view all of the socials of those who attended the event.
# Tools Used
- Figma Prototyping
- React Native front-end
- Node.js back-end# Npm Installs
- `npm install -g expo-cli`
- `npm install qrcode`# Run
- `cd connectwork`
- `expo start --web`