Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 970 Bytes

readme.md

File metadata and controls

43 lines (37 loc) · 970 Bytes

##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

  1. Show A-Z dictionary

  2. Show api count

  3. Show bookmarks

  4. Show bookmarks count

  5. Add bookmarks

  6. Delete a single bookmark

  7. Clear all bookmarks

  8. Add a word

  9. Search the dictionary (extensive) [Note: search for 'sta' to undersstand]

  10. Play the word in audio

  11. Share the word

  12. Download bookmarks in PDF (not implemented due to time constraint) HTML2PDF APIs:

  13. http://www.html2pdfrocket.com

  14. https://htmlpdfapi.com

##HOW TO RUN :

  1. Install a local server package (wamp/xampp/lamp)
  2. Put the entire folder named 'dictionary' in the root directory of the server
  3. Open http://localhost/phpMyAdmin and create a database named 'dictionary'
  4. Import the dictionary.sql
  5. Go to http://localhost/dictionary
  6. Welcome to Awesomeness!!