Skip to content

will-mcintyre04/QuestionableQuestionsApp

Repository files navigation

QuestionableQuestionsApp

Table of contents

General info

This is an introductory web application that tracks any funny, memorable and questionable questions asked in lectures. It edits and displays a local database listing questions and who asked them (the questioner), along with search abilities.

It is a side project to learn web development, C#, and HTML as well as database handling.

Technologies

Project was created with the following tools:

  • Visual Studio 2022
  • ASP.NET Core 6.0
  • SQL
  • C#
  • HTML
  • CSS

Website Overview

When accesing the application, the home screen is displayed:

Alt text

To access the different parts of the website, use the heading at the top of the application to go to the following pages:

Additionally, click on the Github or Youtube graphics to get access to this repo or see the inspiraton for this project.

Home

Displays the welcome to the website with an image.

Privacy

Displays the autogenerated privacy statement, because this is running on my local server, the following message is displayed along with a gif:

Alt text

Questions

Displays the database of questions along with the questioner (person who asked the question). Additional "Create New", "Edit" "Details" and "Delete" links are visible.

Alt text

If "Details" is selected, the user is brought to a page that displays the Question and Questioner.

If "Create New", "Edit" or "Delete" are selected, the user is brought to the login page. Then, the data entry is either edited (see below), created (see below) or deleted.

Edit Screen:

Alt text

Create New Screen:

Alt text

Search

Displays the option to either search for Question or Questioner.

Alt text

For example, if we wanted to search for a question about Africa, the results are shown below:

Alt text

Similarily, the Questioner's name can be searched.

Login

The user is asked to log-in in order to edit, delete, or add questions to the database.

Alt text

Acknowledgments

Thank you to Shad Sluiter for his video ASP.NET Core Crash Course, serving as inspiration for this project.

About

ASP.NET Web Application that Tracks Questionable Questions Asked in Class

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors