Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 670 Bytes

README.md

File metadata and controls

38 lines (19 loc) · 670 Bytes

Web Projects

This is just to briefly document what I learnt and practiced in each project (From recent to oldest):

note_app:

  • Django and React
  • Authentication, databases, deployment

polls_app:

  • Learning Django with documentation on Django's website

toggle switch:

  • Practice with css
  • Applied animations (transitions) on imported pngs

stopwatch:

  • Exposure to more commands and functions
  • Used DOM and event listeners

calculator:

  • First tackle at html and css, learnt how everything compiles together
  • Looked at some design with css

slot machine:

  • First tackle at JS, learnt basic syntax and structure
  • Used node.js