This is a React-based web application that allows users to create flowcharts with various shapes and features. Users can register, log in, save their projects, and download their flowcharts as images.
- User Authentication (Login and Register)
- Create flowcharts with different shapes: Circle, Rectangle, Parallelogram, Rhombus, and Text Field
- Drag and connect nodes
- Change the color of nodes and edges
- Download the flowchart as an image
- Responsive design suitable for both desktop and mobile devices
- Node.js (>= 12.x)
- npm (>= 6.x)
git clone https://github.com/PUNEET-EMM/Drawing.git
cd Drawingnpm installnpm start
The application will be available at http://localhost:3000.