clone the repo
git clone https://github.com/Rajek88/fudge-test-page.git
Install the necessary dependencies with yarn
cd fudge-test-page
yarn
npm run dev
http://localhost:3000/admin
You can invite anyone to a specific team. You can see your invites and their status.
http://localhost:3000/dashboard
if you are not logged in, the app will redirect you to:
http://localhost:3000/login
You can also signup from
http://localhost:3000/signup
On dashboard, you can see all of the teams that you are a member of and all of the teammates and their status i.e. Online/Offline.
You will also receive your team invite link on mail, on clicking the link, you will be added to the team.
Note: the invite link is valid for only 10 minutes. On expiry, you need to send the invite again from admin page.