You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am thinking of creating a json file in the /Pages/CoursesPage which will contain various courses recommended by the users.
It will be an array of objects with each array item being a track with various playlists inside of it.
[{title: "Full Stack Web Development",playlists: ["https://www.youtube.com/playlist?list=PLDlWc9AfQBfaO1IX02_1L5MW2s9RyIgQ7","https://www.youtube.com/playlist?list=PL4cUxeGkcC9gZD-Tvwfod2gaISzfRiP9d","https://www.youtube.com/playlist?list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU",],},{title: "Android Development",playlists: ["https://www.youtube.com/playlist?list=PLDlWc9AfQBfaO1IX02_1L5MW2s9RyIgQ7","https://www.youtube.com/playlist?list=PL4cUxeGkcC9gZD-Tvwfod2gaISzfRiP9d","https://www.youtube.com/playlist?list=PL4cUxeGkcC9jsz4LDYc6kv3ymONOKxwBU",],},];
It could look like this or we can have a discussion below, on what would be the best way to create this sort of a database
1. Compile the best Courses in the JSON format
Introduction to Programming and Data Structures and Algorithms
Full Stack Web Development
Backend Development
Frontend Development
Native Android Development
Flutter Development
Block Chain Development
2. Implement this JSON database
The text was updated successfully, but these errors were encountered:
Hi, just wondering if this issue is open for contribution, and if so, what did you have in mind for how the JSON file and database should be structured?
I am thinking of creating a
json
file in the/Pages/CoursesPage
which will contain various courses recommended by the users.It will be an array of objects with each array item being a track with various playlists inside of it.
It could look like this or we can have a discussion below, on what would be the best way to create this sort of a database
1. Compile the best Courses in the
JSON
format2. Implement this
JSON
databaseThe text was updated successfully, but these errors were encountered: