Giter VIP home page Giter VIP logo

30daysofjavascript's Introduction

30DaysOfJavaScript

My repo for the #JavaScript30. 30 'days' of Vanilla JS Coding Challenges

Table of contents

Overview

The challenge

I was looking for projects to work on and stumbled across this 30 day Vanilla JS challenge. I believe that this is a great way to learn to do things without relying on external libraries, frameworks or boilerplate code. It's a free challenge available at JavaScript 30.

The creator does provide walk through videos and solutions for each day if I get stumped, but the main premise is to learn what I can during the process. I'm not going to strictly follow his solutions or tutorials as I might find workarounds that I prefer; however, any changes that I make to the base code will be documented with my reasoning for the deviations.

Screenshot

(Nothing to see here yet)

My process

Built with

  • Vanilla JavaScript
  • VSCode + LiveServer
  • HTML5
  • CSS3

What I learned

2023:

  • Dec 16

    • Vanilla CSS has dynamic variables built in
  • Dec 15

    • KeyboardEvent.keycode is deprecated. Using "key" or "code" is the proper way to use this functionality. This is also a more accessible option as it allows for a variety of input devices or keyboard layouts.
    • I can move the origin of transformations for an even greater level of control.

Continued development

  • ADD A MAIN PAGE that links to the other pages

  • I want to add more mobile functionality to the drum kit

  • Add the ability to save more clocks to the clock page

  • Give the user the ability to change the image at random or add other functionality to the Variables page

Useful resources

Author

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.