Skip to content

Interactive learning platform with structured, visual roadmaps and quizzes for AI, Web Dev, career paths, and more.

License

Notifications You must be signed in to change notification settings

CSwebD/skill-maps.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skill Maps Website

Live Demo

Description

Skill Maps is an interactive learning platform that offers structured roadmaps and resources across various domains, including Artificial Intelligence, Web Development, Roles & Career Paths, and Skill-Based Learning. The site presents curated content, quizzes, and downloadable templates to guide learners through skill-building journeys.

Topics: roadmaps learning-platform education html css javascript web-development quizzes interactive frontend

Features

  • Interactive Roadmaps: Visual guides for AI, JavaScript, and other tech domains.
  • Role-Based Paths: Recommendations tailored to specific job roles.
  • Skill-Based Roadmaps: Focused tracks highlighting essential skills.
  • Quizzes & Assessments: Inline quizzes for self-evaluation.
  • Downloadable Assets: Certificate templates and resource PDFs.
  • Responsive Design: Mobile-friendly layout using CSS frameworks.

Repository Structure

├── AI/                    # AI domain roadmap and resources
├── blog/                  # Blog articles and HTML pages
├── roles/                 # Role-based roadmap pages
├── skills/                # Skill-based roadmap pages
├── assets/                # Images, CSS, JS libraries
│   ├── css/               # Stylesheets
│   ├── js/                # JavaScript files
│   └── images/            # Logos, icons, templates
├── index.html             # Home page
├── about.html             # About page
├── contact.html           # Contact form page
├── quiz.html              # Quiz landing page
├── browse_all_courses.html# Course listing
└── README.md              # Project documentation

Getting Started

Prerequisites

  • A modern web browser (Chrome, Firefox, Safari)
  • Optional: Local HTTP server (e.g., live-server, http-server)

Installation

  1. Clone the repo:

    git clone https://github.com/CSwebD/skill-maps.git
    cd skill-maps
  2. (Optional) Install a simple HTTP server:

    npm install -g live-server
  3. Serve the files:

    live-server .
  4. Open http://127.0.0.1:8080 in your browser.

Usage

  • Navigate through domain roadmaps via the main menu.
  • Complete quizzes on the quiz pages to test understanding.
  • Download certificate templates from the assets folder.
  • Contribute new content by adding HTML pages under blog/ or expanding roadmaps.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repo.
  2. Create a feature branch: git checkout -b feature/YourFeature
  3. Commit changes: git commit -m 'Add YourFeature'
  4. Push to branch: git push origin feature/YourFeature
  5. Open a pull request.

License

This project is licensed under the MIT License. See LICENSE for details.


Maintained by the Skill Maps Team

About

Interactive learning platform with structured, visual roadmaps and quizzes for AI, Web Dev, career paths, and more.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published