Skip to content

A road-map for beginners who want to learn web development from scratch

Notifications You must be signed in to change notification settings

raffidil/free-roadmap

Repository files navigation

Free RoadMap

🧭 freeroadmap.info

👉🏽 This is a road-map for beginners who want to learn web development from scratch. It's based on real world experiences of a group of mentors and instructors and it's being used and improved over time.

💎 We will be happy to use your experiences about syllabus and the whole road-map flow.

How to contribute

This is a NextJS (React) project with static data written in TS, no API call and backend.

Installation

yarn

Run the development server:

yarn dev

Open http://localhost:3001 with your browser to see the result.

Courses data

The data of each course is placed in src/data/courses directory as a single ts file which each of them is representing a single course.

To access all courses information you can import courses as a named module from src/data.

You can find all necessary types from here.