mongoDB
Express
React
Node.js
Tournament Bracket Generator app. Safely sign up with your email, create a username and password. Don't worry your password is encrypted! As a user you can create a tournament or join one. If you create your on you control when you start it, you will also be the only one with access to push the other users to the next round. If you don't have the right amount of users, don't worry BYE weeks will be created at the right spot. Users are seeding based on when they joined the tournament!
This app was built using create-react-app, it is a memory style game. There are 12 images, the user starts by clicking on an image, once clicked the images will shuffle, keeping track of how many times you have clicked BUT watch out! If you click the same image twice, YOU LOSE!.
An "Amazon-like" store front for CLI that allows you to choose between a customer, manager or supervisor. Depending on who you are your choices will be different. Products are saved on MySQL.
This app is an updated version of my eat-da-burgers app, except this time its using sequelize. you can add burgers to the available burgers sections, and devourer burgers by clicking them sending them to the devoured section. Don't like a burger? Click it again in the devoured section to get rid of it for good! The app follows MVC design patterns. Everytime you eat an available burger you send a POST request to the database, allowing it to update for you in real time! Same with clicking a devoured burger!
In this app you can use axios and cheerio to scrape the website pcgamers' news section for all the current articles. You can then save the articles, add notes for each article, unsave the article and delete the note. This is all using MongoDB and Mongoose.
Hangman for CLI. This uses js constructors and npm inquire.
Friend Finder lets the user take a ten question survey. The Questions are from 1 (strongly disagree) to 5 (strongly agree) When the user submits the survey, it will then match you with others who have taken the survey based upon the user with the lowest absolute difference for all ten questions combined. The users data will be stored in the Friends Api, link is at the bottom of the main page and survey.
Do you like podcast? Do you want to connect with others? Do you want to know what others think about certain podcast? Well you have come to the right spot! This app allows users to search any podcast by name, episode or keywords! Get back a list! click and open up! You will see a description, the title and a link to to episode! If there are reviews already you will see those to! You can leave your own review to and have it save to your username!