A personalized learning path and skill tracking platform for developers
Developers often struggle with unstructured learning paths and lack visibility into their progress, leading to inefficient skill development.
SkillMap provides a structured, trackable roadmap system where users can follow curated paths, monitor progress, and manage learning efficiently.
- Structured skill roadmaps (topic-wise progression)
- Progress tracking across learning modules
- Authentication and user-specific data
- Persistent storage with relational database
- Clean and responsive UI
Client (Next.js) → API (Node.js / Express) → ORM (Prisma) → PostgreSQL
git clone https://github.com/your-username/skillmap.git
cd skillmap
# install dependencies
npm install
# setup environment
cp .env.example .env
# run development server
npm run dev