Skip to content

anuragpatil94/Web-Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-Framework

A Typescript Web Framework

Table Of Contents

Functionality

  • A User Class to represent User
  • Store, Retrieve or Change User Data
  • Changes should appear on the screen
  • User should be able to save or get data

Class User

  • has information for one user

on(eventName,callback)

  • registers events and stores them until we need to trigger

trigger(eventName)

  • Takes all the events for the given event and trigger them one by one

Key

  • Since this is a framework, Anticipate what others who will use the framework wants.

Commands

  • Start Application parcel index.html
  • Start JSON Server json-server -w db.json

Packages

  • parcel - A ts file bundler

About

A Typescript Web Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published