/Samples

Just some samples of my knowledge and skills that aren't locked away where no one can see

Primary LanguageJavaScriptCreative Commons Zero v1.0 UniversalCC0-1.0

Some samples of work.

Adonis API

https://adonisjs.com A simple api to show my knowledge of MVC framework structure (though it's incredibly basic) Migrations, Models, Controllers, Routing, etc.

Single page examples of Vue and React Temporary CRUD forms to quickly manage data

Setup

Install the adonis cli, move into the adonis directory, install and run the server

  • npm i -g @adonisjs/cli
  • cd adonis
  • npm install
  • adonis serve

Vue SPA

todo

React SPA

todo