A full-stack application enabling users to create and share digital business cards via NFC-enabled phones, streamlining networking and contact exchange.
Explore the docs »
View Demo
.
Report Bug
.
Request Feature
Ready to upgrade your networking game? With Loopcards, it's as simple as tap, connect, and go! After signing up and creating your profile packed with all your essential info and social links, you're all set to make connections.
But here's where it gets exciting – load your profile URL onto any NFC-enabled card, such as the popular NXP NTAG series, and you're ready to start networking on the fly! Whether you're at a conference, a coffee shop, or a networking event, simply tap your card on any compatible device, and watch as your profile magically appears.
Loopcards isn't just about convenience – it's about making networking sustainable too. By ditching traditional paper business cards, we're reducing waste and doing our part for the environment.
Join us on this journey of innovation and collaboration! Loopcards is more than just a networking tool; it's a community-driven project where your ideas and feedback matter. Let's revolutionize networking together, one tap at a time!
Loopcards utilizes Node.js for the backend and React with Tailwind CSS for the frontend. The frontend is deployed on Vercel, while the backend is hosted on EC2. MongoDB serves as the database, ensuring efficient storage and retrieval of user data.
To get a local copy up and running follow these simple steps.
- npm
npm install npm@latest -g
- Clone the repo
git clone [email protected]:hypoalien/loopcards.git
- Install NPM packages
npm install
- Edit your keys in
.env
file
MONGO_URI = 'ENTER YOUR KEY';
JWT_SECRET = 'ENTER YOUR KEY';
SG_APIKEY = 'ENTER YOUR KEY';
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request after you edit the README.md file with necessary changes.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.
- Anudeep Anisetty - MS in IT @ASU - Anudeep Anisetty - Built Loopcards