##ONLINE DICTIONARY https://github.com/thesandi001/dictionary DEVELOPER : SANDIPAN MITRA
##FRONTEND TECH STACK HTML5 CSS3 Bootstrap Javascript jQuery AngularJS
##BACKEND TECH STACK PHP
##DATABASE MySQL
##FEATURES
-
Show A-Z dictionary
-
Show api count
-
Show bookmarks
-
Show bookmarks count
-
Add bookmarks
-
Delete a single bookmark
-
Clear all bookmarks
-
Add a word
-
Search the dictionary (extensive) [Note: search for 'sta' to undersstand]
-
Play the word in audio
-
Share the word
-
Download bookmarks in PDF (not implemented due to time constraint) HTML2PDF APIs:
##HOW TO RUN :
- Install a local server package (wamp/xampp/lamp)
- Put the entire folder named 'dictionary' in the root directory of the server
- Open http://localhost/phpMyAdmin and create a database named 'dictionary'
- Import the dictionary.sql
- Go to http://localhost/dictionary
- Welcome to Awesomeness!!