Skip to content

A collection of JavaScript course assignments and example projects — covering core JS concepts, DOM manipulation, asynchronous programming, and practical scripting tasks.

Notifications You must be signed in to change notification settings

Prajwal0422/Java-Script-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

🌟 Frontend Mini-Projects & JavaScript Examples

This repository contains a collection of basic front-end projects and JavaScript examples that I built while learning.
They are simple demo apps — meant for practice and showcasing — so behaviour/output may vary slightly depending on your browser and environment.

📂 Projects Included

1️⃣ Demo To-Do List (Local Storage)

  • Add, edit, and delete tasks.
  • Tasks persist using localStorage.

2️⃣ Demo E-Commerce Page

  • Static sample product listing page.
  • Demonstrates HTML/CSS layout and basic JavaScript interactions.

3️⃣ Expense Tracker

  • Add income and expenses with categories.
  • Automatically calculates total income, expense, and balance.
  • Persists transactions using localStorage.

4️⃣ Quiz Application

  • Multiple-choice questions with a timer.
  • Shows score at the end and stores high score in localStorage.

📝 JavaScript Examples

  • Additional small JavaScript examples and snippets for practice.

🛠️ Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)
  • localStorage for persistent data

🚀 How to Run

  1. Clone this repository:
    git clone https://github.com/<your-username>/<repo-name>.git
    
    
    

💡 Tips:

  • Replace <your-username>/<repo-name> with your GitHub details.
  • Add small screenshots/GIFs under each project section for a nice look.
  • You can add a “Live Demo” link if you host them on GitHub Pages.

About

A collection of JavaScript course assignments and example projects — covering core JS concepts, DOM manipulation, asynchronous programming, and practical scripting tasks.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published