UTSCCSCC01 / finalprojectf22-tappedin

finalprojectf22-tappedin created by GitHub Classroom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TappedIn

app website

Meet TappedIn! 📱

An all-in-one application to share a snapshot of yourself and socialize, all with one tap of your phone! We're an NFC-capable application that combine features of networking & socialization platform into one.

Deployment

Try it out here!

Motivation

TappedIn's initiative is to connect people together and build communities, through ease of socialization. We want to make information sharing and networking as seamless as possible. Instead of pulling out your phone and sharing every one of your social media platform, we've combined all this into your one public profile, with extra features!

Visit a sample account, here!

Installation

Prerequisite

  • Node

Running the App

First, you'll need to start up the backend and frontend.

# Start the backend
$ cd tappedin-api/
$ npm i
$ npm run dev

# Start the frontend
$ cd ../tappedin-app/
$ npm i
$ npm run dev

Then you can now visit.,

http://localhost:3000/

That's it!

About

finalprojectf22-tappedin created by GitHub Classroom


Languages

Language:TypeScript 95.4%Language:SCSS 3.7%Language:JavaScript 0.8%Language:Shell 0.1%