Skip to content

An app that allows a user to add a user, set a random age, save a user, and view the collection of users. Two libraries inspired this app: backbone.js for the models, and marionette for the views.

Notifications You must be signed in to change notification settings

lacrivella/typescript-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typescript-web

Inspired by libraries like backbone.js and marionette, this app is an exploration into TypeScript. A user is able to add a user and set a randomly generated age. The user is also able to save said user to a collection. The user is also able to view all the users in the collection.

Example image of the project when running on localhost


Tech Stack:

  • TypeScript
  • HTML
  • CSS
  • parcel
  • axios
  • json-server

To Use:

  • clone repo
  • navigate to cloned repo in your terminal
  • npm i to install all the dependencies
  • json-server -w db.json to start up the backend
  • parcel index.html to view the frontend on localhost.

Background photo by Helen Di on Unsplash.

About

An app that allows a user to add a user, set a random age, save a user, and view the collection of users. Two libraries inspired this app: backbone.js for the models, and marionette for the views.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published