Victor Ekpenyong (victore2102)

victore2102

Geek Repo

0

followers

0

following

Location:Dallas

Home Page:https://www.linkedin.com/in/ekpenyongvictor/

Github PK Tool:Github PK Tool

Victor Ekpenyong's repositories

library-of-truth

This projects utilizes the MERN stack to simulate a simple library consiting of 10 books. Book information is stored within MongoDB and is requested through Express. React code sends requests to Express server in order to display proper information needed.

Language:JavaScriptStargazers:0Issues:0Issues:0

react-weather-app-2022

This project is intended to serve as a weather app which displays both the current temperature of a city and also a five day forecast of the weather within that same city. There are three hour intervals between the different temperatures of a given city displayed

Language:TypeScriptStargazers:0Issues:0Issues:0

aux-assistant

This application is designed to assist people in playlist creation using Spotify's API. Logged in users will be able to create a playlist and save it for future reference. We are hoping to assist in any hassle when it comes to finding new music one might be interested in, or knowing what to play when passed the aux

Language:HTMLStargazers:1Issues:0Issues:0

project1M2-Victor-Ekpenyong

This project serves as a display for the top twenty trending movies this week allowing logged in users to post and/or delete reviews on specific movies.

Language:HTMLStargazers:0Issues:0Issues:0
Language:JavaStargazers:0Issues:0Issues:0

Binary-Search-Tree

Using C++ and forms a binary search tree based off user input. List Node traversal is used and list is outputted in Pre-Order, Post-Order and In-Order.

Language:C++Stargazers:0Issues:0Issues:0

HTML-CSS-Website

Website I designed from scratch during my Web Design class in high school using HTML & CSS

Stargazers:0Issues:0Issues:0

Heapsort

Used C++ to perform heapsort based off user input by using Lomuto's Scheme of percolate down

Language:C++Stargazers:0Issues:0Issues:0

Decompress-Bits-MIPS

Using MIPS, takes encoded message within data section and decompresses it leading to output message.

Language:AssemblyStargazers:0Issues:0Issues:0

Name-Reversal-MIPS

Using MIPS, takes user inputted name (First name, Last name) and reverses it (Last name, First name) with a comma in between.

Language:AssemblyStargazers:0Issues:0Issues:0

Repeated-Addition-MIPS

Using MIPS, I used a recursive function call to perform addition repeatedly in place of multiplication based off user input.

Language:AssemblyStargazers:0Issues:0Issues:0

Primary-Auxiliary-Highway

Using C++ to take user input for highway number and determine if it is a primary highway or auxiliary. Direction of highway is given based off user inputted number as well.

Language:C++Stargazers:0Issues:0Issues:0

Linux-Quiz-Show-Simulation

Using C++ to simulate a quiz show of five questions which reads both questions and answers from two files into arrays. User answers each question with score varying based off their attempt. Once game is over, users score is saved into the summary file along with any previous attempts and the file is rewritten to display scores from best to worst.

Language:C++Stargazers:0Issues:0Issues:0

Piggy-Bank-Simulation

Used C++ to simulate a piggy bank which allows the user to both deposit and withdraw inputted amounts. Piggy bank shows current balance after each deposit and withdrawal and shows the number of quarters, dimes, nickels and pennies the piggy bank contains.

Language:C++Stargazers:0Issues:0Issues:0

Ticket-and-Show-Simulation

Used C++ to simulate a system where the user is able to purchase a ticket for a seat within an auditorium based off day and location. Empty and full seats can be seen, and seats cannot be purchased twice.

Language:C++Stargazers:0Issues:0Issues:0