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
25 stars 22 forks source link

Allow visitor to set his/her name #3

Closed thtauhid closed 9 months ago

thtauhid commented 10 months ago

Create a command such that the user is able to set his/her name. The name should show in place of visitor

LinhNguyenLe2109 commented 9 months ago

Hi, I believe I can handle this issue

Paulie-Aditya commented 9 months ago

few things to add: about command should show the name set by the user the command.toLowerCase should be removed so that people can enter their name in capitals too

thtauhid commented 9 months ago

Hi @Paulie-Aditya can you create a new issue mentioning these two?


Join our Discord server to discuss ideas, ask questions, and collaborate with others.

thtauhid commented 9 months ago

Implemented through #53