A command line styled web terminal based portfolio website built with React and TypeScript. Navigate through my experience, projects and skills using familiar terminal commands.
Used Kimi-K2 for minor debugging, devlogs and README writing :)
A command line styled web terminal based portfolio website built with React and TypeScript. Navigate through my experience, projects and skills using familiar terminal commands.
Used Kimi-K2 for minor debugging, devlogs and README writing :)
A command line styled web terminal based portfolio website built with React and TypeScript. Navigate through my experience, projects and skills using familiar terminal commands.
Heheheheh :) It’s done! 🎉 Version 1.0.0 is live! Just wrapped up the final major features:
New Commands Added:
Technical Improvements:
Code Quality:
The terminal now feels like a complete portfolio system! You can navigate through all aspects of my professional profile using familiar Unix commands. The cat command is especially cool - it shows the raw JSON data, which is great for debugging and transparency.
Log in to leave a comment
Added two of the most important commands: projects and experience!
The projects command now displays all my projects with:
The experience command shows work history with:
Also added:
The terminal is really starting to feel like a proper portfolio viewer now! Thinking about adding education section next, and maybe some JSON export functionality. The core architecture is handling the complexity really well
Log in to leave a comment
Just implemented dynamic data loading from a JSON file. The terminal now actually displays real portfolio information instead of hardcoded text!
Key improvements:
Next steps: I want to add projects and experience sections, but first I need to expand the data structure. Also thinking about adding some visual improvements like a terminal header with window controls. The foundation is rock solid now!
Log in to leave a comment
Just got the basic terminal interface up and running! Started with the foundation - a clean terminal that responds to basic Unix commands. Right now it supports help, about, date, whoami, pwd, and clear.
The terminal styling is minimal but functional - went with a dark theme because duh, terminals should be dark! The input handling is working smoothly, and I’m pretty happy with how the command parsing turned out.
Next up: I need to add the actual portfolio data and make it display dynamically. Thinking of loading it from a JSON file so it’s easy to update. The architecture is solid, just need to add the meat!
Log in to leave a comment
soo yeahhh just started working on this terminal style portfolio project. first thing i did was set up a fresh project using npm with vite latest, kept it simple and clean. removed all the default css and unnecessary stuff so i can build everything from scratch the way i want.
goal is to make it feel like a real terminal where everything works through commands and text, so starting with a clean base felt important. still early stage but setup is done and ready to build on top of it…
Log in to leave a comment