Leopetra, pet care made simple
A one-stop app for all your pet needs. Look up breed information, book vet/veterinarian appointments, dog trainers, daycare centers or buy pet supplies.
Technology : Node.js, React, Express, MongoDB, Android
North Kamrup College
Original PHP / MySQL based website was rebuilt with React and Node.js. This project is under active development.
Technology : Node.js, React, Gatsby, Firebase
Markdown Editor
A simple Markdown editor with live preview, currently available for only Linux platform.
Technology : Node.js, React, Electron
function createWindow() {
mainWindow = new BrowserWindow({
width: 960,
height: 540,
icon: __dirname + '/icon.png'
});
mainWindow.loadURL('file://'+ __dirname + '/index.html');
mainWindow.on('closed', () => {
mainWindow = null
});
}
Startup
A startup app to build responsive, mobile-first templates with Bootstrap v4.0. This project is under active development.
Technology : Node.js, React, Heroku