Project KIT (Keep In Touch) was built to help users navigate the networking world. Users are able to scan each other's QR-codes, saving the new contact's information (email, social media links) and the event where they met each other. A personal event calendar also gives users the ability to look for upcoming events, to save/delete them and keep track of where their next networking opportunity is happening.
Note: This app is currently a Work In Progress and has yet to be completed. The back-end is nearly completed, but the front-end has yet to be styled.
This app has been built with...
- React
- Redux
- Postgresql
- Express
The back-end can be found here. Please download it first and follow the setup instructions.
Download extract the repo files and then...
- run
npm install
to download all the necessary dependencies - run
npm start
. The app will be running onlocalhost:3000
or if that port is in use, whichever port you specify