fsociety-js/UI-Builder

Add File Saving Functionality

Open

#4 opened on Oct 4, 2024

 (3 comments) (0 reactions) (0 assignees)JavaScript (3 forks)auto 404
good first issuegssocgssoc-exthacktoberfesthacktoberfest-acceptedjavascript

Repository metrics

Stars
 (1 star)
PR merge metrics
 (PR metrics pending)

Description

Add File Saving Functionality

Title: Add Functionality to Save Files

Description: Implement functionality that allows users to save their work within the application. The saved files should be accessible in a preferred format, and the user should have the ability to load, edit, and re-save their files.

Tasks:

•	Create a backend endpoint to handle file saving.
•	Implement file structure to store user files.
•	Add front-end UI for users to save their work.
•	Ensure proper file naming conventions and file management.
•	Test saving functionality with different file types.

Expected Outcome: Users should be able to save their current project or session and reload it later to continue from where they left off.

Contributor guide