FlowMake is a web application built using Svelte that allows users to create, edit, and download flowcharts. The application features a drag-and-drop interface where users can easily place components from the left panel onto the canvas, customize them, and arrange them as needed to create detailed flowcharts. Additionally, the application provides an option to download the flowchart for offline use.
Clone the Repository:
git clone https://github.com/your-username/flowchart-maker.git
cd flowchart-maker
Install Dependencies:
npm install
Run the Application:
npm run dev
The application will be available at https://flow-make.vercel.app/
.
https://flow-make.vercel.app/
in your web browser.If you'd like to contribute to the project, please fork the repository and create a pull request with your changes. Contributions are welcome and encouraged!
This project is licensed under the MIT License. See the LICENSE file for more details. Feel free to customize this further to fit your project's specifics!