Online education in the times of pandemic has left a lot of students alone in their homes, devoiding them of a potential enhancing peer community. People are now more distracted, unfocussed than ever and now have, significantly reduced concentration spans. Even if they make their mind up, the resource overflow makes it hard to start off.
This website is for boosting productivity and making planning, resource finding easy.
The major features of website includes:
Subject/Field wise Study Rooms to focus.
Compilation of all useful study resources at one place
Easy to annotate Magic Notes/ List
Integrated Pomodoro Focus Timers
Browser tolerance to avoid distractions from certain websites (mostly social media)
Bug 1- CSS files couldn't be recognised after deploying. Reason-The file path for CSS file was according to the system and not browser, that's why couldn't recognise and load.
Bug 2- SAWO Labs API wasn't working properly. Solution- Created a new HTML file and re-did and it worked somehow.
Bug 3- In Magic Notes, after deleting all notes the Nothing to show wasn't been showed as it was done in beginning when there were none. Reason- It wasn't calling the ShowNotes function which then if array length is zero and then displayed nothing to show.
Bug 4- In Magic Notes, notes were being deleted but if we deleted Note 1 the rest of Notes indexing wasn't being changed(ie. Note 2 becomes 1, 3 becomes 2 and so on). Solution- call ShowNotes function in Delete function so that it gets indexed again.
Bug 5-In Magic Notes, if we searched in capital letters but the note was in small letters, search didn't show up. Solution- had to use tolowercase() for that.
Technologies used
Discussion