https://github.com/ramxcodes/signature-app
https://github.com/ramxcodes/signature-app
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ramxcodes/signature-app
- Owner: ramxcodes
- Created: 2024-03-31T14:47:44.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-31T14:52:19.000Z (about 2 years ago)
- Last Synced: 2025-02-05T13:51:18.271Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://ramxcodes.github.io/Signature-App/
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)