Projects in Awesome Lists by zaheers-dev-Lab
A curated list of projects in awesome lists by zaheers-dev-Lab .
https://github.com/zaheers-dev-lab/react-weather-and-forcast-app
This is a web app developed as a final project for Zaheer's Dev Lab using React.js. It allows users to search for the weather conditions of any city in the world and provides current weather information.
Last synced: 04 Apr 2025
https://github.com/zaheers-dev-lab/javascript-icd-9-to-icd-10-code-converter
Simple command-line tool to convert ICD-9 codes to ICD-10 using a dictionary file (icd9toicd10dictionary.txt). Reads an input file (one ICD-9 code per line) and outputs a converted file (input_file.txt.out). Requires Node.js and the commander package. Basic error handling and empty line detection included.
commanderjs dictionary javascript
Last synced: 27 Mar 2025
https://github.com/zaheers-dev-lab/browser-scraper
This scrapper is built to get data of Cities through zenserp api free version. As it work only on specific niche. Because as we are calling specified attributes data.
fetch-api javascript zenserp-api
Last synced: 04 Apr 2025
https://github.com/zaheers-dev-lab/single-page-website-with-react-tailwindcss
This single-page web application is built using React for efficient component-based UI and TailwindCSS for responsive, utility-first styling. The application utilizes state management and event handling in React to process form data and format it in JSON format.
forms landing reactjs tailwindcs usestate
Last synced: 04 Apr 2025
https://github.com/zaheers-dev-lab/use-of-usememo-in-react
The useMemo hook in React is used to optimize performance by memoizing the result of an expensive computation. It helps avoid recalculating values unless one of its dependencies changes.
Last synced: 04 Apr 2025