a website helps you to become an AI Enginner into divided stages and track your progress.
0
stars
4
commits
JavaScript
primary language
Aug 13, 2026
updated
A self-taught AI learning platform and interactive roadmap built with React, Vite, and Tailwind CSS. It provides a structured curriculum from programming fundamentals through modern ML and generative AI, with lesson views, checkpoints, interactive visualizations, quizzes, and progress tracking.
@reduxjs/toolkit, react-redux)Prerequisites: Node.js 18+ and npm (or yarn/pnpm).
Install dependencies:
npm install
Run development server:
npm run dev
Build for production:
npm run build
Preview production build locally:
npm run preview
Linting:
npm run lint
src/ — application source
components/ — UI components and feature groups (lesson, roadmap, project, search)pages/ — route pages such as HomePage, LessonViewPage, RoadmapPagestore/ — Redux slices and persistence middlewareutils/ — helpers (scoring, progress, unlock rules)visualizations/ — interactive learning visualizationssrc/data/ and add new stages consistently.visualizations/.4 commits
JavaScript
98.7%
CSS
1.1%
a website helps you to become an AI Enginner into divided stages and track your progress.
0
stars
4
commits
JavaScript
primary language
Aug 13, 2026
updated
A self-taught AI learning platform and interactive roadmap built with React, Vite, and Tailwind CSS. It provides a structured curriculum from programming fundamentals through modern ML and generative AI, with lesson views, checkpoints, interactive visualizations, quizzes, and progress tracking.
@reduxjs/toolkit, react-redux)Prerequisites: Node.js 18+ and npm (or yarn/pnpm).
Install dependencies:
npm install
Run development server:
npm run dev
Build for production:
npm run build
Preview production build locally:
npm run preview
Linting:
npm run lint
src/ — application source
components/ — UI components and feature groups (lesson, roadmap, project, search)pages/ — route pages such as HomePage, LessonViewPage, RoadmapPagestore/ — Redux slices and persistence middlewareutils/ — helpers (scoring, progress, unlock rules)visualizations/ — interactive learning visualizationssrc/data/ and add new stages consistently.visualizations/.4 commits
JavaScript
98.7%
CSS
1.1%