hsynkmk / ASP.NET-Projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASP.NET Projects

Introduction

Welcome to the repository for the Web-Based Technologies class, featuring a collection of projects developed using ASP.NET. These projects were created as part of the coursework, showcasing a range of web-based applications. Although rapidly developed, each project demonstrates key concepts and skills acquired during the class.
Note: Databases are included for required projects

Projects

1. Credit Card Verification

A web application designed for credit card verification. Users can input credit card details, and the system validates the information based on predefined rules. This project serves as a practical exercise in form validation and handling sensitive data securely.

CreditCardVerification.mp4

2. Hangman

An online version of the classic Hangman game. Users can guess words, and the application provides feedback on correct and incorrect guesses. This project explores interactive web development, user input handling, and game logic implementation using ASP.NET.

Hangman.mp4

3. IMDB Top 50

A web page displaying the top 50 movies according to IMDB ratings. This project involves retrieving and presenting data from an external API, demonstrating integration with external services, data manipulation, and dynamic content rendering.

IMDB.mp4

4. Airplane Ticket Booking

A web-based system for booking airplane tickets. Users can search for flights, view available seats, and make reservations. This project delves into database integration, user authentication, and complex data transactions, reflecting real-world scenarios in airline ticket booking systems.

AirplaneTicketBooking.mp4

5. Job Portal

An online platform for job seekers and employers. Job seekers can search for job listings, submit applications, and manage their profiles. Employers can post job openings, review applications, and manage their company profiles. This project covers user roles, database relationships, and secure user authentication.

JobPortal.mp4

How to Run

To explore these projects:

  1. Clone the Repository:
git clone https://github.com/hsynkmk/ASP.NET-Projects.git
  1. Open Projects:
  • Each project is contained in its respective folder. Open the project you're interested in using Visual Studio or your preferred ASP.NET development environment.
  1. Run the Application:
  • Build and run the project to experience the web applications.

License

These projects are released under the MIT License. Feel free to use, modify, and distribute according to the terms specified in the license.

About

License:MIT License


Languages

Language:ASP.NET 59.9%Language:C# 38.2%Language:CSS 1.9%