Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 870 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 870 Bytes

JavaScriptMiniProjects

These are some JavaScript projects I made while learning. Every project is in dark mode

JavaScript Quiz

A simple quiz based on JavaScript Language developed using JavaScript(obviously), JS DOM. Check your JavaScript knowledge by taking this quiz. Quiz


Work List

A simple TodoList having an add, delete, search feature. Using JS DOM, Higher Order functions in JS. WorkList


Know Weather Around

A weather forecast app, wherein you enter the location of which you need to know the weather. Using JS DOM, Asynchronous behaviour in JS

Know Weather Around