This repository contains the code for Draw Io clone which was done as an internship project at Leapfrog Inc. The code is written in pure HTML, CSS and JS with no third party libraries and dependencies.
You can view the preview here: http://bishalsarang.github.io/Draw-Io-Clone
-
Clone the repository
git clone https://github.com/Bishalsarang/Draw-Io-Clone
-
Open index.html using any http server(I prefer python's default server)
cd Draw-Io-Clone
If you are on Linux:
python3 -m http.server
Or on Windows
python -m http.server
assuming you have python already installed
-
Open the served URL