A personal Instagrm clone app created using Modulariazation
Modular programming is a software design technique that emphasizes separating the functionality of a program into independent, interchangeable modules.
The ability to group some lines of code into a unit that can be included in our program.
Modularization is a technique used to divide the application program into smaller units to maintain easily and reduce the code redundancy.
Every functionaality is destructured into modules and imported into the Main.Js file
Getting and storing the data dynamically into the database.
Used IndexDB as the main database to store data for the application.
lets explore this together