Skip to content

Instantly share code, notes, and snippets.

View CodeLikeAGirl29's full-sized avatar
Coding

Lindsey Howard CodeLikeAGirl29

Coding
View GitHub Profile
@CodeLikeAGirl29
CodeLikeAGirl29 / vanilla-js-cheatsheet.md
Created January 3, 2023 11:47 — forked from thegitfather/vanilla-js-cheatsheet.md
Vanilla JavaScript Quick Reference / Cheatsheet
@CodeLikeAGirl29
CodeLikeAGirl29 / review-checklist.md
Created December 9, 2022 19:04 — forked from bigsergey/review-checklist.md
Front-end Code Review Checklist

Review checklist

General

  1. Does the code work?
  2. Description of the project status is included.
  3. Code is easily understand.
  4. Code is written following the coding standarts/guidelines (React in our case).
  5. Code is in sync with existing code patterns/technologies.
  6. DRY. Is the same code duplicated more than twice?
@CodeLikeAGirl29
CodeLikeAGirl29 / git_cheat-sheet.md
Created September 18, 2021 15:41 — forked from davfre/git_cheat-sheet.md
git commandline cheat-sheet
@CodeLikeAGirl29
CodeLikeAGirl29 / Design Checklist.md
Created April 13, 2021 09:16 — forked from alfaraday/Design Checklist.md
Web Development Capstone UI/UX checklists

Capstone UI/UX Checklist II: Design

The majority of today’s users – and most certainly hiring managers – have a set of expectations for the look and feel of an app. These expectations come from daily use of software designed and built by professionals, who follow a set of standards that we can mimic. To make sure the quality of your dev work doesn’t get overlooked at first glance, it’s crucial for us to avoid design choices that deviate too much from common industry standards. Before submitting your project, quickly go through this design checklist with your mentor to avoid common mistakes and to implement simple best practices in UI/UX design.

Part I: In this capstone, I am (my student is) not...

  • Leaving the fonts and styles completely untouched from default (text, forms, links).
  • Placing UI elements or content up against other elements or the edge of the window.
  • Overusing neon or overly bright, glaring colors for blocks of text or large backgrounds.
  • Using font sizes or color c