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:
Programming Foundation (a better name suggestion is appreciated)
Data Structures & Algorithms
Frontcamp (Reactjs)
Backcamp (Nodejs)
Mobilecamp (Flutter)
Dotnetcamp (Full-stack bootcamp)
Datacamp (Data Science / AI / Machine Learning)
iOScamp (iOS with SwiftUI)
Animation (Motion Graphics)
3D Modeling (3Ds Max / Blender)
UI/UX
Scratch & Logic
Arduino & Robotexnika
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
}
]
Create Courses JSON file.
Create a JSON array of Course objects. Example Course object is below:
Available Courses:
Write a JSON array containing objects for the courses above.
courses.json