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

https://github.com/ramxcodes/signature-app


https://github.com/ramxcodes/signature-app

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Signature App

This project is a simple web-based signature application that allows users to draw, customize, save, and retrieve signatures. Users can adjust various parameters such as text color, background color, font size, and draw their signatures using a canvas element.

## Features

- **Text color picker**: Allows users to select the color of the signature.
- **Background color picker**: Enables users to choose the background color of the canvas.
- **Font size selector**: Allows users to adjust the size of the signature.
- **Clear button**: Clears the canvas.
- **Save & download button**: Saves the signature as an image file (PNG) and allows users to download it.
- **Retrieve saved signature button**: Retrieves the previously saved signature from local storage.

## Technologies Used

- **HTML**: Structure of the web page.
- **CSS**: Styling of the elements.
- **Bootstrap**: Provides pre-styled components for a better user interface.
- **JavaScript**: Interactivity and functionality of the application.

## Usage

1. Clone the repository.
2. Open `index.html` in a web browser.
3. Customize the signature using the provided options.
4. Draw the signature on the canvas.
5. Save the signature using the "Save & download" button.
6. To retrieve a previously saved signature, click on the "Retrieve saved signature" button.

## Creator

- [Ramkrishna](https://www.github.com/ramxcodes)