100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Hashtag

#React

5 articles tagged with #React

Projects & Case Studies

Build a To-Do List App in React

A comprehensive guide to build a to-do list app in react — written for learners at every level.

Apr 20, 2026·10 min read
Projects & Case Studies

Project: Build a Full-Stack To-Do App with React, Node.js and MongoDB

A full-stack to-do app is the perfect first MERN project — it covers every concept you'll use in production: REST APIs, database CRUD operations, JWT authentication, and deploying a frontend and backend separately. Build it once, understand the full stack.

Jun 19, 2026·12 min read
Programming

React Hooks Explained: useState, useEffect, and Beyond

React Hooks replaced class components and changed how React developers think about state and side effects. This guide explains useState, useEffect, useContext, useRef, and custom hooks clearly, with practical examples for each.

Jun 14, 2026·10 min read
Learn Through Hobbies

Learn React Through Game Development: Build a Chess Clock

A chess clock is the perfect React project — it's small enough to finish in an afternoon but teaches useState, useEffect, timer management, and conditional rendering in a context that makes every concept feel purposeful. No boring counter apps.

Jun 9, 2026·10 min read
Learn Through Hobbies

Learn React Through Building a Gaming Leaderboard

Gaming leaderboards are the perfect React learning project: they need real-time state updates, list rendering, sorting, filtering, forms, and optional API fetching. This guide teaches core React through building a fully functional leaderboard for your favourite game.

May 2, 2026·11 min read

Start Learning React