aymxdd / mailninja

A web-based anonymous mail sender

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail Ninja's logo

Mail Ninja

A simple web-based anonymous mail sender built with React and NodeJS

NOTE: The server won't work on Windows for an unknown reason :(

See the live version here: https://apps.aymericm.fr/mailninja

How to install and run:

The app is composed of two source codes: the React client, located in the root folder and the server, located in the server folder.

You need to start the server first, then the client.

Here is how you can start the app:

Start the server:

# you need to be in the server folder to start the server
cd server
npm install
npm start

Start the client:

# you need to be in the root folder to start the client
npm install
npm start

Then your browser should open with live reload !

About

A web-based anonymous mail sender


Languages

Language:JavaScript 92.7%Language:CSS 5.7%Language:HTML 1.7%