This is a Windows Desktop Application built using Visual Basic in Visual Studio. The application allows users to create new submissions with details like Name, Email, Phone Number, and GitHub repo link. Users can also view, edit, and delete previous submissions. A stopwatch feature is included to track the time spent on each submission.
- Create New Submission: Users can fill in their details and create a new submission. A stopwatch is included to track time.
- View Submissions: Users can view their previous submissions and navigate through them using Next and Previous buttons.
- Edit Submission: Users can edit their previously submitted data.
- Delete Submission: Users can delete their previous submissions.
- Keyboard Shortcuts:
Ctrl + T
to toggle the stopwatch.Ctrl + S
to submit the form.
- Visual Studio with Visual Basic support
- .NET Framework
- Git for version control (optional, for contributing to the project)
To clone the repository, use the following command:
git clone https://github.com/daulatojha17/FormFrontend.git
- Open Visual Studio.
- Select
File
>Open
>Project/Solution
. - Navigate to the cloned repository directory and select the solution file (
.sln
).
- In Visual Studio, build the solution by selecting
Build
>Build Solution
. - Run the application by selecting
Debug
>Start Debugging
.
- Click on
Create New Submission
. - Fill in the fields: Name, Email, Phone Number, and GitHub repo link.
- Use the
Ctrl + T
shortcut to start/pause the stopwatch. - Click
Submit
or use theCtrl + S
shortcut to submit the form.
- Click on
View Submissions
. - Navigate through the submissions using the
Next
andPrevious
buttons. - Click
Edit
to modify an existing submission. - Click
Delete
to remove a submission.