Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 614 Bytes

readme.md

File metadata and controls

14 lines (8 loc) · 614 Bytes

Meetup Planner

This project is for senior web developer nanodegree program of udacity. It's index.html asks a user to input basic account information. It tries to validate the presence of required forms and validate the equality of password and password_confirmation.

When the user successfully creates his/her account, one can create a meet-up plan. In the navbar, one can also check created plans.

It is developed under Version 53.0.2751.0 canary (64-bit).

Usage

  • npm install (install required packages)
  • npm run minifyAll (to minify all html, css, js)

./dist/index.html file is the entrance.