Skip to content

Instantly share code, notes, and snippets.

View TimmyIsANerd's full-sized avatar
🏠
Working from home

Adefeyitimi Adeyeloja TimmyIsANerd

🏠
Working from home
View GitHub Profile
@cferdinandi
cferdinandi / README.md
Created January 16, 2019 21:53
Progress bar project template from https://learnvanillajs.com.

Project Details

Write a script that displays and updates a progress bar into the #progress element as the user completes fields in a form.

Considerations

  • When should a field be considered complete?
  • What happens if a user clears data from an input?
@miguelmota
miguelmota / nodejs-directory-structure.md
Last active December 2, 2023 08:47
Node.js MVC directory structure example.
Node.js MVC directory structure example.
├── app
│   ├── controllers
│   │   ├── admin
│   │   │   ├── posts.js
│   │   │   └── users.js
│   │   ├── posts.js
│ │ ├── session.js