An iOS application to recruit/form people with engineering skills. A platform to publish temporary projects, it also gives the talents opportunities to apply their skills. Evaluate the skills and matches the most talented people to the recommended projects
Project LINK: https://github.com/liamLacuna/FormUp
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
This app is using the Expo platform. After you have installed Expo onto your device you can run the app via this by building your own copy.
There are three ways install the packages and run the application
- npm
npm install
npm start --ios
- yarn
yarn add
yarn start --ios
- expo
expo start --ios
Required tech stack: React Native, Expo, Firebase
- node_modules (Packages)
- env (enviornment file or confirgutaion file)
- src
- assets (contains local images)
- screens (contains screen of the application)
- App.js(entry point of the application)
- package.json