TechSpiritSS / Terminal-Portfolio

Terminal Style Portfolio made with HTML / CSS / JS
MIT License
62 stars 82 forks source link

[Req]: More data in Config JSON File #107

Open TechSpiritSS opened 1 year ago

TechSpiritSS commented 1 year ago

Contact Details

techspiritss@duck.com

Explain the proposed feature

As of now, there is some static data in the file and I want it to be inside JSON file. To implement this feature, the first step would be to locate all the static data in the file. This can be done manually by reviewing the file and identifying any static data, or it can be done automatically using a tool or script to search for and identify static data. Once all the static data has been identified, it can be converted to a JSON file format and stored in a JSON file

Explain the possible use cases for the feature

The Static Data to JSON File Conversion can help improve the efficiency, organization and access of data for easier editing.

Any other details you would like to provide?

This is a simple task but due to amount of time required to cover all static data, I'll assign it Intermediate.

GyaniRoman23 commented 1 year ago

@TechSpiritSS May i give it a try to resolve it?

TechSpiritSS commented 1 year ago

Sure 🚀

TechSpiritSS commented 1 year ago

Are you still working on this?

GyaniRoman23 commented 1 year ago

Are you still working on this?

Yeah!! Will push a PR ASAP.

TechSpiritSS commented 1 year ago

Are you still working?

GyaniRoman23 commented 1 year ago

Are you still working?

Yes!! Will push the PR now.

khushigarg1 commented 1 year ago

Can you assign this issue to me, If not completed?

Siddhesh-Agarwal commented 1 year ago

Hey, can I do this? I already moved the neofetch data to config.js in my PR #146. I can move all the data to a JSON file?

Siddhesh-Agarwal commented 1 year ago

For reference, here is the exact commit: here

Siddhesh-Agarwal commented 1 year ago

I will fix this issue on Monday.