This repository contains a collection of web development and software projects by Muhammad Hassan. It includes projects built with Next.js, Django, and C# Windows Forms.
- portfolio: Personal portfolio website built with Next.js and TypeScript.
https://portfolio-3ztz.vercel.app/ - EcommerceWeb: Online shopping website using Next.js.
https://nextcommerce-ten-hazel.vercel.app/
- EMS: Emergency management system using Django.
- Snatching_Detector: Theft detection system using Django.
- gerocery_management: Grocery store management system using Django.
- Car_Rental_System: Car rental management system built with C# Windows Forms.
- BootStrap-Project: Simple website built using HTML and Bootstrap.
- Tic-Tac-Toe: Classic Tic-Tac-Toe game using HTML, CSS, and JS.
- Front-end: HTML, CSS, Bootstrap, JavaScript, TypeScript, React
- Back-end: Django (Python)
- Frameworks: Next.js, Django
- Desktop Applications: C# Windows Forms
- Full-stack web applications with dynamic functionality
- Responsive designs using Bootstrap and CSS
- Next.js projects support server-side rendering
- Django projects follow the models, views, templates architecture
- C# project is a desktop application using Windows Forms
cd portfolio # or EcommerceWeb
npm install
npm run devcd EMS # example
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver