jetprog / myCruddyApp

CrUD Create Update Delete App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

myCruddyApp

CrUD Create Update Delete App

Goals:

  • Input form with single text input

  • click handler to capture data in text form field

  • helper utilities to read and write to local storage

  • Make it handle code! (use a textarea instead of a text)

  • Have two fields, one is a short name the other is the snippet

  • going to store the name and code inside localStorage

  • display all snippets

  • search for a snippet using the name

About

CrUD Create Update Delete App

License:MIT License


Languages

Language:JavaScript 50.1%Language:HTML 49.9%