This is a Windows Forms application developed using Visual Basic (.NET) that allows users to create, view, and delete submissions. The application connects to a MongoDB database to store and manage the submissions.
- Create Submissions: Users can fill in their details and submit them to the database.
- View Submissions: Users can navigate through the submissions stored in the database.
- Delete Submissions: Users can delete a selected submission from the database.
The main form provides options to either create a new submission or view existing submissions.
Users can fill out their details and submit them to the database. The stopwatch feature can be toggled to record the submission time.
Users can view details of the submissions stored in the database. They can navigate through the submissions using the previous and next buttons, and delete a selected submission.
Submissions are stored in a MongoDB database.
- .NET Framework 4.8 or higher
- MongoDB
-
Clone the repository:
git clone https://github.com/yourusername/yourrepository.git
-
Open the solution in Visual Studio:
cd yourrepository start YourSolution.sln -
Restore the NuGet packages.
-
Update the MongoDB connection string in
App.configorSettings.settings. -
Build and run the project.
-
Create a new submission:
- Click on the "Create New Submission" button.
- Fill in your details and submit.
-
View submissions:
- Click on the "View Submissions" button.
- Use the previous and next buttons to navigate through submissions.
-
Delete a submission:
- While viewing a submission, click on the "Delete" button to remove it from the database.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin feature-branch
- Create a new Pull Request.




