myFlix

myFlix allows users to view information about different movies including Description, Genre and Director. Users can sign up for an account and add favorite movies to their profile. It utilizes password hashing to encrypt users’ passwords. This project was built using the MERN stack (MongoDB, Express, ReactJS, Nodejs) and styled with Bootstrap.


chatApp

chatApp is a native mobile app written in React Native and developed with Expo.io. It utilizes Google Firebase to store messages and images and React-Native libraries such as Gifted Chat, Keyboard Spacer, Maps, Location, Navigation, Image Picker, and Permissions to ensure the user allows access to the requested device feature. Since chatApp is a native app you will have to clone the repo and follow the ReadMe documentation to set up the Expo CLI and run the app.


Meetup

The Meetup app was created with React, it is a Progressive Web App allowing it to function as a stand-alone app. The main purpose of this app is to find different events in your area. It uses your location to find events close to you or you can search for a city worldwide. AWS Lambda and OAuth are used to obtain authorization for the Meetup API. Charts were added from ReCharts to display the number of events in the next 7 days and RSVP status for events. Unit testing, integration testing, and user acceptance were preformed using jest to ensure scenarios and features functioned as expected.

QuizApp

This app will quiz your knowledge on different topics. The demo questions and answers are stored in JSON files I plan on expanding the quizzes by utilizing the Open Trivia API. This project was made using AngularJS and styled with Material Design.

ToDo App

ToDo app will allow you to keep track of your task and it allows you to cross them out when complete or delete when not needed anymore. This project was made with Vue.js and styled with Material Design.

Pokedex

The Pokedex will allow you to get information on various Pokémon. This project was made with JavaScript, jQuery and styled with Bootstrap.