Personal Projects
These are some of the projects I have worked on along with links to their github and live demo
Bread Crumb
Demo
Contributor
A platform for apartment reviews and information. The kind of information that brokers or landlords hide from you. You need necessary material to sign a lease with confidence.
privateAWS
node.js
Serverles
Course manager
Demo
Owner
A full-stack course management application written in react using react-hooks and express This app creates new users and new courses. users and course share a relatioship and only users who created a course will be able to update/delete it.
Read more
React.js
node.js
Express
SQLite
Flickr Image Loopup
Demo
Owner
Simple react app that looks up images base on what the user enters into the search bar. 3 categories are already defined 'Cats' 'Dogs' and 'Computers'. This app uses the Flickr API so you would need to sign up at flickr.com to get a free apiKey.
Read more
React.js
Axios
Netlify
Firebase
Interactive Form
Demo
Owner
Simple project that showcases form common practices for for validtions ex. Email when user starts typing in the email field the error message will show until a valid email address is detected, or Email If the email address field is empty, error message will show: 'Email address cannot be blank' If the email address field is not formatted correctly error message will show: 'Email address must be formatted correctly' and credit card feild should follow one of Visa, Master card or American Express formats to be valid not just 13-16 characters example
Read more
javaScript
HTML
CSS