Portfolio
Shopera is an e-commerce that for any company with an inventory to host. It allows Product Showcase, UserInfo Tracking, and Inventory Update.
- Team Collaboration: Jon Handy, Sue Mushuyun & myself
- MERN full-stack App
- Integrated Mongo DB utilized for full info storage and tracking
- JWT Authentication
- Click to Visit the Github site
This application will allow you enter your interests and a city and it will return all the ticketed events from your search. It will save your previous search history and allow you to re-search them at will.
- Team 3: Asad Rauf; Keshav Avva; Jasmin Rowdy; & myself;
- Our 1st attempt at a team collaboration.
- Conquered 2 new server-side API's, 1 3rd party API, and new CSS program.
- Click to Visit the Github site
This application will allow users to search for recipes and movie options based on their interests and save them together for a perfect movie night with their family. Firebase authenticates each user upon creation. Users can then store their favorite movie search in a list on their dashboard.
- Ajax calls used to hook into API to retrieve data in a JSON format.
- "Search" results will save in database.
- Handlebars generates the HTML to give a polished look.
- Click to Visit the Github site
This application will allow you enter your city or the city of interest and it will return current weather as well 5 days of future conditions. Utilizes an (API)Application Programming Interface to pull data into the browser and features dynamically updated HTML and CSS powered by jQuery.
- Ajax calls used to hook into API to retrieve data in a JSON format.
- "Search" results will save in localStorage.
- Search list will update dynamically when page resets.
- Click to Visit the Github site
A simple calendar application that allows the user to save events for each hour of the day. App will run in the browser and features dynamically updated HTML and CSS powered by jQuery.
- Planner is set for standard business hours (9 a.m. to 5 p.m.)in 1 hr blocks.
- Save/Commit" will store time and user input in localStorage.
- Current Day/Date will update dynamically daily at top of page.
- Input Field is highlighted to denote current vs past and future events.
- Click to Visit the Github site
Project Description
- Burger logger app using MySQL, Node, Express, Handlebars, and a homemade ORM.
- This app follows an MVC design pattern.
- Uses Node-Express and MySQL to query and route data to the app.
- Handlebars generates the HTML to give a polished look.