You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A global authentication state toolkit for React with prebuilt UI screens and a globally accessible useAuth() hook. No separate stores, persistence layers, or setup files required. Integrates directly at the app layout level, with auth state remaining consistent across refreshes without manual persistence.
Map My Food is a MERN stack app that showcases nearby restaurants and enables the creation of new ones. Features include authentication, cart, search, support,orders, new restaurant creation, all seamlessly managed with global state management.
Full reference implementation of SingletonBase<T> and ScopedSingletonState<T>, the lightweight, zero‑overhead, cross‑library‑safe singleton framework presented in the "Singletons Are Not Evil" talk at C++Online 2026
Welcome to the React-Intermediate repository! This repository is a collection of intermediate-level React projects and exercises, designed to help developers deepen their understanding of React concepts, improve their coding skills, and explore advanced features of the React ecosystem.
A beginner-friendly, production-ready learning app that demonstrates modern React state management using Context API + useReducer with a Vite + TypeScript setup. It helps learners understand how data flows across components, how actions update shared state, and how to build reusable UI modules without Redux
Full Stack Project - GreenBuddy - a platform for amateur gardeners to give away their surplus home-made products for free, using React for frontend, MongoDB, Express and Node.js for backend.
This project is a text-based adventure game where players navigate through a labyrinth by making choices presented to them. The game utilizes Zustand for state management and communicates with a backend API to retrieve game data and post player actions.