{"id":25047519,"url":"https://github.com/sahimbehlim/react-mini-projects","last_synced_at":"2026-05-08T19:31:13.411Z","repository":{"id":273472598,"uuid":"919829569","full_name":"Sahimbehlim/React-Mini-Projects","owner":"Sahimbehlim","description":"This repository contains a collection of mini projects created with React, Vite (as the bundler), and Tailwind CSS for styling","archived":false,"fork":false,"pushed_at":"2025-06-16T09:55:36.000Z","size":765,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-20T08:01:39.771Z","etag":null,"topics":["context-api","front-end-development","mini-projects","reactjs","web-development"],"latest_commit_sha":null,"homepage":"https://react-mini-projects-sb.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sahimbehlim.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-01-21T05:03:29.000Z","updated_at":"2025-06-16T09:55:40.000Z","dependencies_parsed_at":"2025-01-21T06:19:04.974Z","dependency_job_id":"31795c59-423e-431b-b38c-a4f10577cc27","html_url":"https://github.com/Sahimbehlim/React-Mini-Projects","commit_stats":null,"previous_names":["sahimbehlim/react-mini-projects"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sahimbehlim/React-Mini-Projects","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahimbehlim%2FReact-Mini-Projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahimbehlim%2FReact-Mini-Projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahimbehlim%2FReact-Mini-Projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahimbehlim%2FReact-Mini-Projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sahimbehlim","download_url":"https://codeload.github.com/Sahimbehlim/React-Mini-Projects/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sahimbehlim%2FReact-Mini-Projects/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32794534,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["context-api","front-end-development","mini-projects","reactjs","web-development"],"created_at":"2025-02-06T07:16:53.650Z","updated_at":"2026-05-08T19:31:13.386Z","avatar_url":"https://github.com/Sahimbehlim.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Mini Projects\n\nThis repository contains a collection of mini projects created with **React**, **Vite** (as the bundler), and **Tailwind CSS** for styling. The projects demonstrate the use of various React hooks and concepts, including `useState`, `useEffect`, `useContext`, `useRef`, `useCallback`, `React Router`, `localStorage`, and API fetching.\n\n## Features\n\n- **React Router**: Used for managing navigation across the app.\n- **Tailwind CSS**: Applied for styling and responsive design.\n- **Context API**: Used for managing global state in some projects.\n- **LocalStorage**: Used for storing data on the client side.\n- **useState, useEffect**: State management and side effects handling.\n- **useRef**: Used for accessing DOM elements directly.\n- **useCallback**: Used to memoize callback functions.\n- **API Fetching**: Making HTTP requests to fetch data from external APIs.\n\n## Project Showcase\n\n| #   | Project Name                                                                                                        | Demo Link                                                                  |\n| --- | ------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- |\n| 001 | [Background Changer](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/BgChanger)         | [Live Demo](https://react-mini-projects-sb.netlify.app/background-changer) |\n| 002 | [Budget Tracker](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/BudgetTracker)         | [Live Demo](https://react-mini-projects-sb.netlify.app/budget-tracker)     |\n| 003 | [Calculator](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/Calculator)                | [Live Demo](https://react-mini-projects-sb.netlify.app/calculator)         |\n| 004 | [Counter](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/Counter)                      | [Live Demo](https://react-mini-projects-sb.netlify.app/counter)            |\n| 005 | [Currency Converter](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/CurrencyConverter) | [Live Demo](https://react-mini-projects-sb.netlify.app/currency-converter) |\n| 006 | [Digital Clock](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/DigitalClock)           | [Live Demo](https://react-mini-projects-sb.netlify.app/digital-clock)      |\n| 007 | [Dynamic Gallery](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/DynamicGallery)       | [Live Demo](https://react-mini-projects-sb.netlify.app/dynamic-gallery)    |\n| 008 | [Form Validation](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/FormValidation)       | [Live Demo](https://react-mini-projects-sb.netlify.app/form-validation)    |\n| 009 | [Password Generator](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/PasswordGenerator) | [Live Demo](https://react-mini-projects-sb.netlify.app/password-generator) |\n| 010 | [Recipe App](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/Recipe)                    | [Live Demo](https://react-mini-projects-sb.netlify.app/recipe-app)         |\n| 011 | [Shadow Generator](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/ShadowGenerator)     | [Live Demo](https://react-mini-projects-sb.netlify.app/shadow-generator)   |\n| 012 | [Todo App](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/TodoApp)                     | [Live Demo](https://react-mini-projects-sb.netlify.app/todo-app)           |\n| 013 | [Weather App](https://github.com/Sahimbehlim/React-Mini-Projects/tree/main/src/Components/Weather)                  | [Live Demo](https://react-mini-projects-sb.netlify.app/weather-app)        |\n\n## Screenshot\n\n![UI Img](public/ui.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahimbehlim%2Freact-mini-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsahimbehlim%2Freact-mini-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsahimbehlim%2Freact-mini-projects/lists"}