GithubHelp home page GithubHelp logo

anuragbanerjee / 100-web-projects Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 896 KB

a few small projects for practice

Home Page: https://anuragbanerjee.github.io/100-web-projects/

License: MIT License

JavaScript 44.51% CSS 14.84% HTML 40.65%

100-web-projects's Introduction

100-web-projects

For the practice and the lulz. Just to get better and stay sharp at doing web stuff, I'm going to put some of my small practice projects on here.

Bookmarklet for quick access. Drag and drop this into your bookmarks bar.

javascript:(function() { var pop = function(url) { var options = { width: 400, height: 400, top: window.screen.availHeight - 600 - 50, left: window.screen.availWidth - 400 - 50 }; options = Object.keys(options).map(function(key) { return key + "=" + options[key]; }).join(","); var new_window = window.open(url, 'timer', options); if (window.focus) { new_window.focus() } }; pop('https://anuragbanerjee.github.io/100-web-projects/');})();

  1. Word Counter — [code] [preview]
  2. Tic-Tac-Toe — [code] [preview]
  3. Counter — [code] [preview]
  4. Timer — [code] [preview]
  5. Todo List — [code] [preview]
  6. TBD
  7. TBD
  8. TBD
  9. TBD
  10. TBD
  11. TBD
  12. TBD
  13. TBD
  14. TBD
  15. TBD
  16. TBD
  17. TBD
  18. TBD
  19. TBD
  20. TBD
  21. TBD
  22. TBD
  23. TBD
  24. TBD
  25. TBD
  26. TBD
  27. TBD
  28. TBD
  29. TBD
  30. TBD
  31. TBD
  32. TBD
  33. TBD
  34. TBD
  35. TBD
  36. TBD
  37. TBD
  38. TBD
  39. TBD
  40. TBD
  41. TBD
  42. TBD
  43. TBD
  44. TBD
  45. TBD
  46. TBD
  47. TBD
  48. TBD
  49. TBD
  50. TBD
  51. TBD
  52. TBD
  53. TBD
  54. TBD
  55. TBD
  56. TBD
  57. TBD
  58. TBD
  59. TBD
  60. TBD
  61. TBD
  62. TBD
  63. TBD
  64. TBD
  65. TBD
  66. TBD
  67. TBD
  68. TBD
  69. TBD
  70. TBD
  71. TBD
  72. TBD
  73. TBD
  74. TBD
  75. TBD
  76. TBD
  77. TBD
  78. TBD
  79. TBD
  80. TBD
  81. TBD
  82. TBD
  83. TBD
  84. TBD
  85. TBD
  86. TBD
  87. TBD
  88. TBD
  89. TBD
  90. TBD
  91. TBD
  92. TBD
  93. TBD
  94. TBD
  95. TBD
  96. TBD
  97. TBD
  98. TBD
  99. TBD
  100. TBD

100-web-projects's People

Contributors

anuragbanerjee avatar anurag-banerjee avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.