Web Dev Projects
This Site
source | ron2015schmitt.github.io |
I created this site using , which follows the architecture. The Jekyll theme used is minima.
Angular Event/Appointment Calendar
source | ngx-mat-tui-calendar | |
package | ngx-mat-tui-calendar | |
live demo | netlify | ↞ Try the online demo! |
docker image | ngx-mat-tui-calendar-demo |
This project is an Angular, Material Design wrapper for the Toast UI Calendar, published via
.
- Material Design theming
- Material Design buttons and dialog
- Responsive to mobile devices
- Dark mode in progress…
Website for MKTMC LLC (bluecasa.us)
source | private repo / closed-source | |
source based in part on | MEAN Udemy course source (source, course) | |
live demo | Heroku | ↞ Try the online demo! |
actual site | bluecasa.us | You will only be able to see the login screen |
This is a timeshare and management website for MKTMC LLC. Development required secure authentication, authorization, and user account management. The front end required the creation of a event/appointment calendar.
I used a layered approach such that the database access is fully decoupled from the Express routers/controllers.
This is a closed-source and private website, but a demo is available, as shown below.
Stack:
- Angular
- Node
- Express
- PostgreSQL or MS SQL Server or MongoDB