Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.37 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.37 KB

Text To Handwriting

Did you know that an average person’s handwriting speed is 13 words per minute, and their typing speed is 3 times greater?

I am an average person, and I’ve found the experience of handwritten work to be awful if there is a lot of work to be done. Too much writing takes too long.

So I made this tool that converts text to an image that looks like handwriting.

contributions welcome Open Source? Yes!


🚀Website - Text to Handwriting

Output:

How to Run Locally

Run the below command to clone the repository locally

git clone https://github.com/tanmaythole/text-to-handwriting.git

To run the application, go to the root directory and run the below commands:

npm install         // install all react-dependencies
npm start           // start react app

this will run your application in localhost:3000


Future Scope

  • Authentication
  • Custom font to be added

If you liked my work do give a star ⭐⭐⭐ It Encourages me to do more