Welcome to my College Project Repository! This repository contains a collection of projects I have developed as part of my coursework. Each project demonstrates different aspects of my learning, from web development to basic programming and problem-solving skills.
A simple website that displays food items and their details. It includes interactive features such as filtering and searching for different food categories. The project showcases my ability to design and implement responsive web pages using HTML, CSS, and JavaScript.
Key Features:
- Display food categories
- Search and filter options
- Responsive design for different devices
A classic TicTacToe game developed using JavaScript. Players can play against each other or test their skills against the computer. The game is simple, with an easy-to-use interface and includes features like win detection and board reset.
Key Features:
- Two-player mode
- Play against computer (basic AI)
- Game reset and win condition
A password generator tool that creates secure passwords based on user-defined parameters such as length and character types (uppercase, lowercase, numbers, symbols). It helps users create strong passwords to enhance online security.
Key Features:
- Customizable password length
- Option to include/exclude specific character types
- Generates secure, random passwords
To run any of the projects, follow these steps:
- Clone this repository to your local machine:
git clone https://github.com/himangshurana/college-project.git