Skip to content

Latest commit

 

History

History
28 lines (11 loc) · 698 Bytes

Readme.md

File metadata and controls

28 lines (11 loc) · 698 Bytes

Project Description

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:

  1. Add topic to study

  2. Add link to study material - has to be a valid URL

  3. Select the type of source from the dropdown list

[blog = Blog/Article, video = Youtube Video, official = Official Website]

  1. Click on "Add Link". Your entry should be visible in table now.

"Pulse" Theme CDN from https://bootswatch.com/ used for UI