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

Updating the addMaterial() method inside the script.js file #7

Open Apache-ghost opened 1 week ago

Apache-ghost commented 1 week ago

I want that when the user click , on the add material button , the data should be save on the data.json file .

stg2209 commented 6 days ago

Can I be assigned this issue ?

stg2209 commented 6 days ago

The data can't directly be written into local file data.json just by using vanilla js ( without any backend support like maybe nodejs). for the time being, can i just save it to localstorage and for displaying the materials it can fetch from data.json and localstorage both ?

stg2209 commented 5 days ago

I haved opened a PR (#13), can you atleast view the solution once.

Nde-Dilan commented 4 days ago

Reallly sorry for the delay, you did a great job!