https://github.com/tanmayvaij/image-to-string
An image to base64 string converter application created using javascript, ReactJS
https://github.com/tanmayvaij/image-to-string
base64image image-to-string image-to-text javascript react reactjs
Last synced: about 2 months ago
JSON representation
An image to base64 string converter application created using javascript, ReactJS
- Host: GitHub
- URL: https://github.com/tanmayvaij/image-to-string
- Owner: tanmayvaij
- Created: 2022-10-04T15:33:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T17:10:09.000Z (over 3 years ago)
- Last Synced: 2025-09-05T07:43:46.153Z (10 months ago)
- Topics: base64image, image-to-string, image-to-text, javascript, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image-to-String
[](https://app.netlify.com/sites/image-to-string/deploys)
A Simple image to base64 string converter application.
### How to get started ?
1. CLick on Green Code button and download the project
2. Open terminal in project's root directory
3. Execute the below command to install all dependencies
```bash
npm install
```
4. Execute the below command to start the project server
```bash
npm start
```
5. Optionally you can execute the bellow command to get a production build
```bash
npm build
```
## Demo
