Make react roadmap interactive

interactive-react
Kamran Ahmed 2 years ago
parent 2cadbbee28
commit 14f3a8b02d
  1. 2
      lib/roadmap.ts
  2. 4722
      public/project/react.json

@ -43,5 +43,5 @@ export function getFeaturedRoadmaps(): RoadmapType[] {
} }
export function isInteractiveRoadmap(id: string): boolean { export function isInteractiveRoadmap(id: string): boolean {
return ['frontend', 'backend', 'devops', 'vue'].includes(id); return ['frontend', 'backend', 'devops', 'react', 'vue'].includes(id);
} }

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save