Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1 KB

File metadata and controls

49 lines (34 loc) · 1 KB

Learning Web Development

Repo for my web development practice. Tracking my progress as I learn React, Next.js, and JavaScript.

🧰 The Toolbox

Web tools built with Next.js, Drizzle, and Tailwind.

Live Demo

Tools:

  • Codeforces Investigation Tool: Problem tracking and rating graphs.
  • Task Master: Simple task manager (in progress).

🏛️ Folders

Practice apps from basic state to dashboards.

Basic JS exercises and drills.


🚀 How to Run Locally

1. The Toolbox (Next.js)

cd React/toolbox
npm install
npm run dev

2. React Basics

cd React/react-basics
npm install
npm run dev

3. JavaScript Drills

Open the index.html file in any directory under JavaScript/ directly in your browser.


👤 Author