CareersGO
A fullstack application built for Texas Convergent in the fall semester of 2022 by one of the subteams part of the Internet of Things Build Team.
The Purpose
To facilitate communication between job recruiters and job candidates with the use of NFC tags. Candidates interested in joining a company could use the mobile application to scan the NFC tag of the company, which would result in the sharing of their name, email, and resume. The data would then instantly populate the company’s servers.
React Native Mobile Frontend
The mobile front-end, allowing users to scan NFC tags or scan QR codes in order to share their information with the company.
NextJS Web Frontend
The CareersGO Home Page, which allows the viewing of unique companies's applicant data.
A single company's list of applicants so that recruiters can view the applicants.
All the companies' data in a unified UI.
The web front-end, allowing job recruiters to see all the candidates that registered with the company, and giving quick access to their email and resume.
PocketBase Backend
The user information pane of the backend, showing a visual representation of all the users' data stored.
The company information pane of the backend, showing a visual representation of all the users' id stored, which allowed access of the users' information.
The PocketBase back-end, which stored both:
- the users and their information
- the companies and the users who registered with them
Awards
CareersGO won Best Overall at Texas Convergent Demo Day.
Tech Stack
- React Native for the mobile frontend.
- NextJS for the web frontend.
- PocketBase as the database solution.