How to CONTRIBUTE ?
- Search about the the topic or domain on which you want to contribute like course topic, provided by, platform, etc.
- Take the reference from below example and structure your information similar to that .
- Check whether the course you are providing is active and free.
- Commit your change and go for pull request.
- NOTE1 - Contribution must be done in the given format. Pull request wont be accepted if the format is wrong.
- NOTE2 - Courses you are providing must be free and accessable to everyone
EX :-
[
{
"id" : "3",
"courseName" : "Free Java Basic Course for Beginners",
"platform" : "Skillup",
"courseLink" : "https://www.simplilearn.com/learn-java-basics-skillup"
},
{
"id" : "1",
"courseName" : "Python tutorial",
"platform" : "w3schools",
"courseLink" : "https://www.w3schools.com/python/default.asp"
}
]