ilmhub-uz / landing-page

Ilmhub.uz Landing Page
1 stars 1 forks source link

courses.json #2

Closed wahidustoz closed 2 years ago

wahidustoz commented 2 years ago

Create Courses JSON file.

Create a JSON array of Course objects. Example Course object is below:

{
   "Id": "give some unique id",
    "Title": "Programming Foundation",
    "ShortDescription": "This is a 'zero-to-'hero' started programming class which covers basics to complex algorithms.",
    "Tags": "Beginner, C++, Algorithms",
    "Rank": 5.0,
    "CostInUzs": 3750000,
    "DurationInMonth": 5
}

Available Courses:

  1. Programming Foundation (a better name suggestion is appreciated)
  2. Data Structures & Algorithms
  3. Frontcamp (Reactjs)
  4. Backcamp (Nodejs)
  5. Mobilecamp (Flutter)
  6. Dotnetcamp (Full-stack bootcamp)
  7. Datacamp (Data Science / AI / Machine Learning)
  8. iOScamp (iOS with SwiftUI)
  9. Animation (Motion Graphics)
  10. 3D Modeling (3Ds Max / Blender)
  11. UI/UX
  12. Scratch & Logic
  13. Arduino & Robotexnika
  14. Python Kids

Write a JSON array containing objects for the courses above. courses.json

[
   {
   "Id": "give some unique id",
    "Title": "Programming Foundation",
    "ShortDescription": "This is a 'zero-to-'hero' started programming class which covers basics to complex algorithms.",
    "Tags": "Beginner, C++, Algorithms",
    "Rank": 5.0,
    "CostInUzs": 3750000,
    "DurationInMonth": 5
   }
]
Abubakr0904 commented 2 years ago

courses.txt

.txt format support qilar ekan.