This repository holds multiple courses. Each course has its own folder, and all projects related to that course live inside that folder.
- One folder per course — each course has a dedicated directory.
- Projects inside course folders — exercises, demos, and projects for a course are placed inside its folder.
naomi-learning-path/
├── course-name-a/ # One folder per course
│ ├── project-1/
│ └── project-2/
└── course-name-b/
└── project-1/
See the folders in this repository for the list of courses. Each top-level directory (except for this README and repo metadata) is a course.
- Create a new folder with a clear name for the course (e.g.
intro-to-react,typescript-basics). - Add your course-related projects as subfolders or files inside that folder.