Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.72 KB

File metadata and controls

41 lines (29 loc) · 1.72 KB

Messenger App ⋅ Netlify Status example branch parameter

Chat app written in Vanilla JavaScript using CSS and Handlebars.

This is a work in progress, README will be updated as soon as new features come.

Current stage – sprint 2:

  • Block class for components
  • EventBus for events
  • Forms validation
  • HTTPTransport for requests
  • Handlebars for templates

Design

Figma design is here.

Deploy

Deployed to Netlify: https://jolly-belekoy-ea11b4.netlify.app/

Pages

Run locally

  • npm install — install dependencies,
  • npm run dev — start project in dev mode on 3000 port and open browser,
  • npm run build — build project,
  • npm run start — build and preview.