Skip to content

UttamKumar2615/Handwriting-Editor

Repository files navigation

About the Project

HandWriting Editor is an app which allows the user to generate handwritten text in the form of a downloadable image from the input given. It can be used by students to generate their assignments so that they don't have to go through the hassle of writing down everything physically.

The project has been made using React.

Prerequisites

Required to install and run the software:

Installing and Running

From the project folder, run these commands in console (terminal) to install dependencies and run the app:

npm install
npm start

Open http://localhost:3000 with your browser to see the result.