Tech-Connect is a front-end React Native application that communicated with a Rails backend by the same name (https://github.com/Isaac-Falkenstine/tech-connect-BE). The combined applications provide a Cold Outreach service for the Denver tech population looking for an opportunity to network with industry professionals. The application streamlines the emailing and scheduling process for the user in order to set up a coffee meeting with potential connection. The application provides ease of use for both the user requesting the coffee meeting and the user accepting the request.
-
git clone https://github.com/KylieStanley/tech-connect.git -
cd tech-connect -
npm install -
npm start -
To run test suite:
npm test
- React Native
- Redux
- Redux Thunk
- Jest/Enzyme
If you wish to contribute to Tech Connect please fork and clone down this repo. When making changes please follow the following guidelines:
- Checkout to a branch
git checkout -b <your-branch-name>- The brnach name should be descrptive of what you plan on accomplishing
- Ensure that you have small, frequent, and descriptive commits
- Updated/add tests according to your work
- When you open a PR
- Include a concise description of the changes you made
- Screenshot of the passing test suite
- Include a screenshot of the passing test suite





