Hi everyone,
I’m currently preparing for placements, and I felt that my preparation was becoming scattered. There are so many subjects to cover like DSA, OS, DBMS, SQL, CN, OOPS, Aptitude, HR, etc., and I kept switching between different sheets, notes, links, and ChatGPT prompts.
So I built a small web app called trackMe to keep everything in one place.
It is basically a placement preparation tracker where each subject has topic-wise rows. You can track what is completed, check difficulty level, open useful links, and use topic-wise prompts to learn with ChatGPT.
For DSA, I have added topic name, pattern, difficulty level, and LeetCode practice links. Instead of copying links manually, there is an Open Link button.
One feature I added is prompt-based learning. The idea is:
First, copy the setup prompt from the tracker and paste it into ChatGPT.
After that, go topic by topic, click Copy Prompt, paste it into ChatGPT, learn that topic, practice it, and then mark it as completed in the tracker.
I made it mainly to prepare in a proper sequence instead of randomly searching what to study next.
Deployed link:
https://track-me-rust.vercel.app/
Demo credentials:
Email: user@gmail.com
Password: user1234
You can also create a dummy account if you want to test it.
I would really appreciate honest feedback on the UI, features, and what I can improve to make it more useful for students preparing for placements.