Projects

This project page is to showcase my own personal projects whether they are learning projects and/or a side/pet project.  Also found on here may be some other things I’ve done in the past too.  If you do have any questions about them, please send me an email or use the contact form.

Note Manager

2017-03-28 23_01_23-Note Manager.png

This was a project that I created for a take-home interview question from a long time ago.  The objective of this project was to create something using AngularJS and I had a week to get it completed.  When I started, I didn’t know AngularJS that well.  The only exposure I had to AngularJS was their tutorials that they had on their site.  When I started on this project, I spent the weekend learning as much as I can and experimenting with the syntax.  I actually really enjoyed this challenge.  The project was built using just AngularJS and web storage.  It does NOT have a backend, so no NodeJS, PHP, or Java server code.  It runs entirely through the browser.  Check it out in the link below:

http://notemanager.bryanlor.com/

If you want to view the project’s code, I have it publicly available at https://bitbucket.org/lorbs28/note-manager.