StudyLinks is a pure JavaScript application to store links of study material I want to pursue next.
Applied DOM manipulation techniques and JavaScript Object Oriented approach using ES6 classes
Data will be stored in LocalStorage. A new user won't have any data, so in the begining nothing will show in the table.
To use the app:
-
Add topic to study
-
Add link to study material - has to be a valid URL
-
Select the type of source from the dropdown list
[blog = Blog/Article, video = Youtube Video, official = Official Website]
- Click on "Add Link". Your entry should be visible in table now.
"Pulse" Theme CDN from https://bootswatch.com/ used for UI