Zainab Mushtaq's repositories
8-puzzle-problem
The 8-puzzle-problem repository hosts a Jupyter Notebook detailing the solution strategies for the 8-puzzle, a sliding puzzle involving a 3x3 grid. The notebook includes implementations of various algorithms to solve the puzzle efficiently, demonstrating concepts from artificial intelligence and algorithm design.
AI-Course-Project
AI-Course-Project is a comprehensive Jupyter Notebook and Python application focused on facial recognition. It employs OpenCV for image processing and machine learning techniques to identify and analyze faces in images, making it ideal for educational purposes in AI and computer vision courses.
barChart
This repository contains a React application that visualizes data through interactive bar charts. The project uses React's Create React App setup and includes features for running, testing, building, and deploying the application. Ideal for learning React development and visualization concepts.
Blog-App
This React-based Blog App is a user-friendly platform for creating and managing personal blogs. Developed using Create React App, it supports essential features like posting, editing, and viewing articles. The project is designed for developers seeking to understand React's practical applications in web development.
Leader-Board-App
Leader Board App is an interactive web application designed to dynamically display and manage leaderboards for games and competitions. This repository contains all the necessary code and resources to set up and customize your leaderboard, providing a real-time, responsive interface for both administrators and viewers.
Maze-Navigation-Problem
The Maze-Navigation-Problem repository contains a Jupyter Notebook detailing strategies for solving maze navigation problems using algorithms. This project demonstrates the application of search techniques in artificial intelligence to find paths through complex mazes, making it an educational tool for students and researchers interested in AI.
Online-Form
Online-Form is a straightforward web application developed using HTML, CSS, and JavaScript. It is designed to demonstrate the creation and functionality of interactive online forms. This project is ideal for learners and developers interested in understanding web form handling and user interface design.
Resume
Resume is a personal portfolio web application, showcasing web development skills through an interactive resume format. Developed using HTML and CSS, this project highlights web design and user interface capabilities, making it perfect for individuals looking to present their professional qualifications in a polished and accessible manner.
State-Management
Explore the fundamentals of state management in React with this project. It's bootstrapped with Create React App and includes scripts to start, build, test, and deploy the application, offering a practical approach to learning React's state handling capabilities.
Store-App
Store-App is a robust React application designed for e-commerce platforms. Bootstrapped with Create React App, it allows users to simulate store operations including product listing, adding to cart, and checkout processes. It's a great resource for developers interested in e-commerce solutions using React.
Tic-Tac-Toe
The Tic-Tac-Toe repository hosts a Jupyter Notebook designed to explore various strategies for playing the game using Python. It includes implementations of different algorithms to determine the best moves, making it an excellent resource for learning both basic and advanced programming concepts in game theory and AI.