- Download an IDE: Any IDE will work including Visual Studio Code, Sublime Text, etc.
- Download Git (if you haven't): Download here: https://git-scm.com/downloads.
- Set up Git: Follow the instructions here and complete steps 2, 3 and authenticating with GitHub from Git.
- Create a new folder for your project.
- In terminal, change directory(cd) to the new folder and type the following:
git clone https://github.com/fastninja30/Bridge.git- Install npm:
npm install- Install shelljs for step 8:
npm install shelljs- Start the app
node start-bridge.jsOur vision is to develop a dating app that creates meaningful connections between international students attending colleges abroad who may not have English as their first language. We aim to build an inclusive, secure, and user-friendly app that lets users meet like-minded individuals in a trusted environment. We also hope to learn and feel comfortable working with React Native over the course of the semester.
- Create a functional MVP (or minimal viable product): Basically, make a bare-bones app with core features like user registration, profile creation, swipe matching, messaging, and school email verification
- Open source contribution: Release the project as open-source to allow others to collaborate
- Learn and feel comfortable working with React Native