Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/LoginRadius/egnature
- Owner: LoginRadius
- License: mit
- Created: 2020-09-22T13:28:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-07T01:26:34.000Z (over 1 year ago)
- Last Synced: 2024-04-17T06:47:03.867Z (7 months ago)
- Topics: contributions-needed, contributions-welcome, email, email-signature, hacktoberfest, html, javascript, javascrit, open-source, opensource, react, signature
- Language: JavaScript
- Homepage:
- Size: 440 KB
- Stars: 34
- Watchers: 9
- Forks: 37
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)