Loading workspace...

Hi all. I am

Anirban Routh

> Software Developer

// complete the game to continue // or click skip to bypass // find my profile on Github:
const githubLink = "https://github.com/anirban1011";
Snake Game
GAME OVER!
WELL DONE!
// use keyboard // arrows to play
// food left
bio.js
// projects /
Project 1 // _sms-forwarder
SMS Forwarder preview Active

SMS Forwarder v3.4

A high-performance Android automation utility designed to synchronize and forward incoming SMS alerts to webhooks, email servers, or other phones.

// kotlin // room-db // drive-api
Wrong email address

1
2
3
4
5
6
7
8
9
10
11
12
const button = document.querySelector('#sendBtn');

const message = {
  name: "",
  email: "",
  message: "",
  date: ""
};

button.addEventListener('click', () => {
  form.send(message);
});