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.
- TypeScript
- HTML
- CSS
- parcel
- axios
- json-server
- clone repo
- navigate to cloned repo in your terminal
npm i
to install all the dependenciesjson-server -w db.json
to start up the backendparcel index.html
to view the frontend on localhost.