Skip to content

ISU-WebDevClub/ClubSignup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# Club Signup

## Goals
 - Create a form to enter email into local storage
 - Create a page to list all emails in local storage
 - Download all emails as csv
 - Edit entered email
  

 ## GIT Commands
 - git clone (github link)              (FIRST TIME ONLY)

 - git pull 
 - git add .                            (Adds Everything)
 - git commit -m "MESSAGE"
 - git push

## vim Commands
 - exit vim: :q!
 - save vim: :qw

## Server
 - npm run dev                          (RUN SERVER)
 - ctrl-c                               (STOP SERVER)
 - rs                                   (RESET SERVER WHEN RUNNING)

## Design For Pages
### link
    - 
### Index
    - Centered
    - Any color for now
    - rounded edges (5px)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published