devkmaan / SlidelyFormsApp-VB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SlidelyFormApp

SlidelyFormApp is a Windows Forms application developed in Visual Basic(.NET Framework). This application allows users to create, view and delete form submissions. The submissions include details like Name, Email, Phone Number, GitHub Repository Link, and Stopwatch Time.

Features

  • Create New Submission: Users can fill in the details and submit a new form.
  • View Submissions: Users can navigate through the submitted forms using "Previous" and "Next" buttons.
  • Delete Submissions: Remove any unwanted submissions.
  • Keyboard Shortcuts: Each button in the form has a keyboard shortcut.

Setup and Installation

  1. Clone the Repository:

    git clone https://github.com/devkmaan/SlidelyFormsApp-VB.git
    cd SlidelyFormApp
  2. Open the Solution:

    • Open Visual Studio.
    • Go to File -> Open -> Project/Solution.
    • Select SlidelyFormApp.sln from the cloned repository.
  3. Restore NuGet Packages:

    • Go to Tools -> NuGet Package Manager -> Package Manager Console.
    • Run the following command:
    Update-Package -reinstall
  4. Build the Solution: -Go to Build -> Build Solution or press Ctrl + Shift + B.

Running the Application

  1. Start the Backend Server: -Ensure the backend server is running (see backend server setup instructions in the backend's README).
  2. Run the Application: -Press F5 or go to Debug -> Start Debugging to run the application.

User Interface

Main Form

The Main Form is the entry point of the application. It provides buttons to navigate to the Create Submission Form and the View Submissions Form. image

Create Submission Form

This form allows users to create a new submission with the following fields: image

image

View Submission Form

This form allows users to view, navigate, and delete submissions. image

image

image

Repository

Backend: https://github.com/devkmaan/SlidelyTaskBackend

About


Languages

Language:Visual Basic .NET 100.0%