TechSpiritSS / Terminal-Portfolio

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

Created Config file for all the data #74

Closed SadashayKanungo closed 1 year ago

SadashayKanungo commented 1 year ago

Fixes

Fixes #63 by @SadashayKanungo

Types of changes

Description

All the data used in script.js has been moved to a new file config.json. Code in script.js and index.html has been updated to integrate config.json.

This change enables everyone to spin up their own terminal-portfolio without going into the codebase. They just have to replace the data in config file with their own. The JavaScript code also becomes more elegant with this change.

Preview Link

Here is my preview

Checklist:

TechSpiritSS commented 1 year ago

Awesome Work 👍 🚀