This repository contains a collection of small projects developed using C language and HTML. Each project demonstrates different programming concepts and applications. The projects include:
- Billing System: A simple billing system for managing transactions and generating bills.
- Casino Game: A basic casino game with simple betting and winning mechanics.
- Library Management: A system for managing library books, including adding, removing, and searching for books.
- Modern Periodic Table: A C program displaying a modern periodic table with element information.
- Phone Book: A phone book application for storing and managing contact details.
- Quiz Game: An interactive quiz game with multiple-choice questions.
- First HTML Code: Basic HTML code demonstrating fundamental web development concepts.
- HTML Page Layout: An HTML project focusing on creating a page layout with HTML and CSS.
- Billing System: Generate and print bills, manage customer and product details.
- Casino Game: Play a simple casino game with random outcomes.
- Library Management: Add, remove, and search for books in a library database.
- Modern Periodic Table: View details about elements in the periodic table.
- Phone Book: Store, search, and manage contact information.
- Quiz Game: Take a quiz with multiple-choice questions and get results.
- HTML Page Layout: Create responsive and styled web pages with HTML and CSS.
- C Language: For developing the console-based applications.
To run and test the projects locally, follow these steps:
-
Clone the Repository
git clone https://github.com/yourusername/project-collection.git cd project-collection