Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.99 KB

README.md

File metadata and controls

55 lines (38 loc) · 1.99 KB

Form Frontend Application

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.

Features

  • 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.

Prerequisites

  • Visual Studio with Visual Basic support
  • .NET Framework
  • Git for version control (optional, for contributing to the project)

Setup

Cloning the Repository

To clone the repository, use the following command:

git clone https://github.com/daulatojha17/FormFrontend.git

Open the Project

  1. Open Visual Studio.
  2. Select File > Open > Project/Solution.
  3. Navigate to the cloned repository directory and select the solution file (.sln).

Running the Application

  1. In Visual Studio, build the solution by selecting Build > Build Solution.
  2. Run the application by selecting Debug > Start Debugging.

Usage

Create New Submission

  1. Click on Create New Submission.
  2. Fill in the fields: Name, Email, Phone Number, and GitHub repo link.
  3. Use the Ctrl + T shortcut to start/pause the stopwatch.
  4. Click Submit or use the Ctrl + S shortcut to submit the form.

View Submissions

  1. Click on View Submissions.
  2. Navigate through the submissions using the Next and Previous buttons.
  3. Click Edit to modify an existing submission.
  4. Click Delete to remove a submission.