Skip to content

Shoytanbaba99/learning-web-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

35 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

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