Skip to product information
1 of 2
⭐⭐⭐⭐⭐ Excellent 4.8 | 2000+ Student Reviews

100+ React Projects - Coding Workbook

100+ React Projects - Coding Workbook

Regular price Rs. 149.00
Regular price Rs. 499.00 Sale price Rs. 149.00
Sale Sold out

🔒 Secure Checkout · 📥 Instant Access · 📚 Learn Forever

View full details
100+ React Projects: Coding Workbook — ByteMart Digital
Limited-time deal — all 110 React projects for just ₹149 Full source code + 3 guide PDFs included Bonus: 10 clone apps — Netflix, Spotify, Swiggy style Instant download · lifetime access Limited-time deal — all 110 React projects for just ₹149 Full source code + 3 guide PDFs included Bonus: 10 clone apps — Netflix, Spotify, Swiggy style Instant download · lifetime access
Coding Workbook · 2026 Edition

BuildBreakShip 100+ React Projects

110 runnable React projects with complete source code — from your first useState to a production-shaped Redux codebase. 50 basics with zero setup, 50 advanced on Redux Toolkit + RTK Query + Router + Vite, plus 10 bonus clone apps.

Offer ends in 00:00:00
₹149 ₹49970% OFF
Get All 110 Projects Instant Google Drive access
Instant Download Works Offline Full Source Code One-Time Payment
110 projectsready to run
Instantdownload
localhost:5173 — React Projects Launcher

Browse all projects

110 total
AllClonesBasicsReduxAsync
0
Runnable Projects
0
Categories
0
Bonus Clone Apps
3
Guide PDFs
What's inside the workbook

110 React projects, full source code

Start with no build step at all — then move into a real Vite + Redux Toolkit codebase with a mock API served over real HTTP.

Pack 01 · The Basics

50 Basic Projects

Double-click index.html and it runs. React, ReactDOM and Babel are bundled in — learn React, not tooling.

No npmNo build stepReact 18 + JSX
IncludesTip CalculatorTic-Tac-ToeuseLocalStorageInfinite Scroll+46 more
5 categoriesReact Fundamentals · Lists, Keys & Forms · Hooks in Practice · Mini Apps · Reusable UI Components
Pack 02 · Advanced

50 Advanced Projects

One production-shaped Vite app. Fifty features, one Redux store, real HTTP.

Redux ToolkitRTK QueryRouter · Vite
IncludesOptimistic UpdatesRetry with BackoffVirtualised ListModal as a Route+46 more
5 categoriesRedux Toolkit Core · Async Data & API Calls · Routing & Architecture · Patterns & Performance · Real-World Applications
BONUS
Pack 03 · Clones

10 Clone Projects

The apps you use daily, rebuilt in React. Original names and branding — portfolio-safe, no trademarks attached.

Real state machinesOptimistic UI
IncludesStreamBoxTuneWaveMunchlyShopKartRideNow+5 more
In the style ofNetflix · Spotify · Swiggy · Amazon · Airbnb · Uber · X · WhatsApp · Udemy · Jira
Not another to-do app

Projects that get you noticed

The builds that make a portfolio actually stand out — a Netflix-style streaming UI, a real-time chat app, a drag-and-drop Kanban board, a full e-commerce store and more — each one built from the patterns in the packs above.

STREAMBOX · NETFLIX-STYLE

A streaming UI, end to end

Pick a profile, browse carousels of artwork, open any title in its own route, and hit play for a custom video player that remembers where you stopped. My List survives a refresh.

carouselscustom playerresume
CHATWAVE · WHATSAPP-STYLE

A real-time chat app

Your message appears instantly with a pending tick, then confirms to delivered and read. Auto-scroll follows new messages — but never yanks you down while you are reading history.

optimistic sendsdelivery tickssmart auto-scroll
TRACKIT · JIRA-STYLE

A drag-and-drop Kanban board

Drag cards between columns with the native HTML5 API, open a Cmd+K command palette to jump anywhere, and undo any move with Cmd+Z. Filters live in the URL.

HTML5 dragcommand paletteundo
SHOPKART · AMAZON-STYLE

A full e-commerce store

A catalogue you filter and sort, a cart with live quantities and a bill that always adds up, and a checkout with a real submitting state. Every facet lives in the URL, so any result set is shareable.

cart & checkoutURL filtersRTK Query cache
ADMIN DASHBOARD

KPIs, charts and a fast table

Metric cards, a revenue chart drawn in raw SVG, and a sortable, searchable data table that stays quick because every derived number runs through a memoised selector.

SVG chartsdata tablememoised selectors
RIDENOW · UBER-STYLE

A ride-booking state machine

The whole flow is one honest state machine: idle → searching → matched → arriving → riding. Each state decides what shows and which buttons exist, so it can never land in a nonsense state.

state machinefare estimationlive trip progress
Peek inside

Browse all 110 projects

The complete list. Search it, filter it — every project is named with full readable source built to be run and remixed.

React Projects Launcher
Tap any project to see what it teaches · all 110 included in your download
project

Project

Description

Get all 110 projects
What's in your download

110 projects, full source & 3 guide PDFs

100-Plus-React-Projects.zip
100-Plus-React-Projects/
01-react-basics/ 50 projects
index.html launcher
projects/01-counter-app/
index.html JSX inside
vendor/ React bundled
… 49 more projects
02-react-advanced/ 50 projects
package.json npm install
src/projects/ · src/store.js
public/api/ 10 mock endpoints
03-clone-projects/ 10 apps · BONUS
Basics-Guide.pdf
Advanced-Guide.pdf
Clone-Projects-Guide.pdf
What you get

Everything included, nothing hidden

110 complete projects

Full working source for every build — 50 basics, 50 advanced, 10 bonus clone apps.

Zero setup for the basics

React, ReactDOM and Babel bundled in. Double-click index.html — no npm, no build step.

A real API, no internet

Mock endpoints served by Vite over real HTTP. Loading, aborts, caching and rollbacks all behave for real.

Searchable launcher

Every project is a route in the sidebar — search it, filter it, open it. No hunting through folders.

Three illustrated guide PDFs

Every project explained — what it teaches, what it does, and the steps it was built from.

Deploy it, put it on your CV

Build, drag onto Netlify Drop, get a live URL in ten seconds. Lifetime access and free updates.

Made for you if

You learn by building, not just watching

Students & freshers

Fill your GitHub with real React builds — not another Netflix tutorial clone.

Endless-tutorial watchers

You know hooks but freeze on a blank editor. Read working code and break it instead.

Interview preppers

Optimistic updates, race conditions, memoisation — the exact things you get asked.

Hooks-only developers

Never touched Redux Toolkit or RTK Query? Fifty projects that make it obvious.

Launch price ends soon

Stop watching React. Start practicing it — and build the projects that actually get you hired

110 projects · full source · 3 guide PDFs · lifetime access — for ₹499 just ₹149

00
HRS
00
MIN
00
SEC
Instant DownloadLifetime AccessSecure Checkout
Learner results

The results speak louder than tutorials

FAQ

Answers to common questions asked

01Do I need to install anything?
+

For the 50 basics — nothing at all. React, ReactDOM and Babel are bundled inside the pack, so you unzip and double-click index.html. For the advanced pack and the clone apps you need Node 18 or newer, then npm install and npm run dev. That is the entire setup.

02Do I need to know React already?
+

No — the first pack starts at your very first useState and builds up. You do need comfortable JavaScript though. If you want to go deeper on React itself, pair this with our React Developer Mastery Bundle, then come back and build all 110.

03Does it work without internet?
+

Completely. The mock API is served locally by Vite over real HTTP, so every fetch, loading state, abort and race condition behaves exactly as it would against a live server — on a plane, in a lab, anywhere. Point the API client at a real backend later and nothing else changes.

04What stack do the advanced projects use?
+

React 18, Redux Toolkit (with RTK Query), React Redux, React Router and Vite — the stack behind an enormous share of the React roles being advertised right now. Every pattern is written out in full, with no fifth magic dependency doing the hard part for you.

05Can I put the clone apps in my portfolio?
+

Yes — that is exactly why they use original names and branding. StreamBox, TuneWave, Munchly and the rest are original applications built in the style of products you know, so there are no trademarks attached. Deploy one, extend it with a feature of your own, and put the live link on your résumé.

06How do I get it after paying?
+

Instantly. Right after checkout you get a Google Drive link with all three packs and the guide PDFs. No waiting. Do check your spam or junk folder as well, since the email sometimes gets filtered out.

07Is this a one-time payment?
+

Yes — pay once and keep it for life, including future updates. No subscription. The pack is for personal and educational use; please don't redistribute or resell it.

Stop planning. Start building

Build 110 React Projects.
Become the developer they hire.

Open the folder and your first project runs in seconds. The rest is just reading, breaking and fixing.

Instant Download Works Offline Full Source Lifetime Access
© 2026 ByteMart Digital · Learn · Build · Ship
bytemartdigital.com · contact@bytemartdigital.in · Telegram