Skip to content

ashlesha-sarma/skillmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SkillMap

A personalized learning path and skill tracking platform for developers

Live Demo


🧱 Tech Stack

Next.js Node.js PostgreSQL Prisma Render Vercel


🧠 Problem

Developers often struggle with unstructured learning paths and lack visibility into their progress, leading to inefficient skill development.


💡 Solution

SkillMap provides a structured, trackable roadmap system where users can follow curated paths, monitor progress, and manage learning efficiently.


✨ Features

  • 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

🏗️ Architecture

Client (Next.js) → API (Node.js / Express) → ORM (Prisma) → PostgreSQL


⚙️ Setup

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors