Mini JS Projects ๐
A collection of small JavaScript projects to practice different skills like DOM manipulation, API usage, and simple algorithms.
Click on each project to explore it on GitHub or view all project.
๐ข Binary Encoder / Decoder
A mini project that can encode any text you write and decode any encoded text.
View on GitHub
๐ Dictionary App
Uses async/await, fetch API, and error handling.
View on GitHub
๐ฆ๏ธ Weather App
Fetches weather data from an API and displays it dynamically.
View on GitHub
โ Task List
Simple task manager using DOM manipulation and localStorage.
View on GitHub