thtauhid / terminal-portfolio

A portfolio site that looks and feels like a terminal. Built with React + Tailwind.
https://my-terminal-portfolio.vercel.app/
MIT License
29 stars 24 forks source link

Detailed guideline on how to add user's own data #18

Open thtauhid opened 1 year ago

thtauhid commented 1 year ago

Currently, all the data is hosted in the data.json file. We need to create a detailed guideline on how a regular user can edit the data.json file to cater to his/her needs.


Join our Discord server to discuss ideas and ask questions.

LinhNguyenLe2109 commented 1 year ago

@thtauhid Yeha I think I can take this. But don't you think we need all the functions that allow them to set their data first? get/set name, about, career, project, etc,....

We can have multiple issues for each of them and then we create this feature.

In the mean time, I can create the json template, and a general functions that let you change data in the json file. Lemme know if you want me to do this.

thtauhid commented 1 year ago

Hi @LinhNguyenLe2109 Can you give your input on #65?