Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LoginRadius/egnature

Egnature is an email signature generator tool, which is an open source and free to use.
https://github.com/LoginRadius/egnature

contributions-needed contributions-welcome email email-signature hacktoberfest html javascript javascrit open-source opensource react signature

Last synced: about 2 months ago
JSON representation

Egnature is an email signature generator tool, which is an open source and free to use.

Awesome Lists containing this project

README

        

# Egnature - Email Sign Generator

## Introduction
Egnature is an Email Signature generator tool, which is Open source and free to use.

## Features

- Add your Name, Designation and Website
- Drag n Drop / Upload and Resize the profile image.
- Easy to use utility. Generate your Signature just by simply clicking on *Copy* button!

## How to Install and Run
1. Clone and checkout the project.
```bash
$ git clone https://github.com/LoginRadius/Egnature
```

2. Get into project folder and install node modules.
```bash
$ npm i
```

3. Start and run the project
```bash
$ npm start
```

Now project should be accessible over
```bash
http://localhost:3000
```

## How to contribute
Please refer [Contribute Guideline](https://github.com/LoginRadius/Egnature/blob/master/CONTRIBUTING.md)

## Licence
[MIT](https://github.com/LoginRadius/Egnature/blob/master/LICENSE)