Learn More

Local Storage

Local storage is a type of web storage that allows web applications to store data locally within the user's browser.

Learn More

Session Storage

Session storage is similar to local storage, but the data stored in session storage is only available for the current browser session.

Learn More

Cookies

Cookies are small text files that are stored on the user's computer by the web server.

Learn More

IndexedDB

IndexedDB is a client-side database that allows web applications to store large amounts of structured data.

Learn More

Thank You

You can visit to my site to learn more about javascript, react or angular.

Learn More