GDG-On-Campus-ICTU / MaterialHub-Hactoberfest

This repository contains the source code for a single-page web application that displays a list of cool tech materials. Users can view detailed information about each material, including the contributor, resource name, link, and tags. New materials can be added through a user-friendly form.
https://material-hub-hactoberfest.vercel.app/
7 stars 11 forks source link

Saving materials in localstorage ( fixes#7) #13

Closed stg2209 closed 4 days ago

stg2209 commented 6 days ago

Actually, direct changes to a local file can't be made using just script.js, it requires some backend support. My solution for it is , saving materials in localstorage for now and for rendering them, it can be fetched from localstorage and data.json. If you want me to make changes in it, would be happy to do so. image

Nde-Dilan commented 4 days ago

Would be great if you could do it @stg2209

Nde-Dilan commented 4 days ago

Just checked your pull request, and I think you did a great job!