Pinned Repositories
Bookshelf-progress
Connect4
A connect 4 game built with JavaScript, HTML, and CSS.
covid19-data-analysis
A Python-based COVID-19 data visualization tool that analyzes global confirmed cases and trends using Matplotlib, Seaborn, and Pandas.
DigitialClock
A simple digital clock implemented in JavaScript to display the current time, date, and day of the week.
energy-data-analysis
This project analyzes the relationship between electricity access, GDP growth, and CO2 emissions in various countries, leveraging global energy data from the World Bank.
Hangman
Java-Library-Editor
This project applies Object-Oriented Programming (OOP) principles in Java to develop a comprehensive library book tracking system. It features an intuitive, interactive GUI built with JavaFX and ensures code reliability through extensive testing with JUnit.
ReactDictionary
The Dictionary Project is a React-based web application that leverages the Dictionary API to provide users with detailed information about words. Users can enter a word, and the app fetches real-time data, presenting definitions, examples, synonyms, and antonyms.
RecipeManagerApp
A web-based application for managing, storing, and organizing recipes, built with ASP.NET Core and a MySQL backend.
Sudoku
A Python-based Sudoku solver that uses a backtracking algorithm to fill in missing values on a 9x9 Sudoku puzzle grid.
ZainabM872's Repositories
ZainabM872/Bookshelf-progress
ZainabM872/Connect4
A connect 4 game built with JavaScript, HTML, and CSS.
ZainabM872/covid19-data-analysis
A Python-based COVID-19 data visualization tool that analyzes global confirmed cases and trends using Matplotlib, Seaborn, and Pandas.
ZainabM872/DigitialClock
A simple digital clock implemented in JavaScript to display the current time, date, and day of the week.
ZainabM872/energy-data-analysis
This project analyzes the relationship between electricity access, GDP growth, and CO2 emissions in various countries, leveraging global energy data from the World Bank.
ZainabM872/Hangman
ZainabM872/Java-Library-Editor
This project applies Object-Oriented Programming (OOP) principles in Java to develop a comprehensive library book tracking system. It features an intuitive, interactive GUI built with JavaFX and ensures code reliability through extensive testing with JUnit.
ZainabM872/Learn-Git
Exercises for learning how to use Git
ZainabM872/ReactDictionary
The Dictionary Project is a React-based web application that leverages the Dictionary API to provide users with detailed information about words. Users can enter a word, and the app fetches real-time data, presenting definitions, examples, synonyms, and antonyms.
ZainabM872/ReactWeatherApp
The React Weather App is a simple web application built using React, allowing users to check the current weather conditions for a specific city. Leveraging the OpenWeatherMap API, users can enter the name of a city to retrieve real-time weather information, including temperature, weather description, and wind speed.
ZainabM872/RecipeManagerApp
A web-based application for managing, storing, and organizing recipes, built with ASP.NET Core and a MySQL backend.
ZainabM872/Sudoku
A Python-based Sudoku solver that uses a backtracking algorithm to fill in missing values on a 9x9 Sudoku puzzle grid.
ZainabM872/to-do-list
A to-do list application built in python using linked lists.
ZainabM872/VocabList
A program that stores vocabulary words in an ArrayList and writes them to a file