lazyjinchuriki / portfolio

My Portfolio App, built in React.js with React Bootstrap.
https://lazyjinchuriki.github.io/portfolio/
12 stars 17 forks source link

Use `typed.js` in the `Banner` instead of `tick` function #19

Closed virajsazzala closed 11 months ago

virajsazzala commented 11 months ago

The current implementation of text typing within the Banner component relies on the tick function, which accomplishes the task but lacks optimization and cleanliness. A more efficient and polished approach could be achieved by integrating the typed.js library, which would greatly enhance the overall functionality.

virajsazzala commented 11 months ago

@lazyjinchuriki If you prefer this approach, I've worked on it and put in a PR

PS: I apologise for working on it before getting assigned