bell-kevin
Computer Science student @ Weber State University. Graduate in Software Development from Davis Technical College
Davis County, Utah, United States of America
Pinned Repositories
-Battle-ships-Sunk-damaged-or-not-touched-
Battle ships: Sunk damaged or not touched?. 6 kyu. Your task in the kata is to determine how many boats are sunk damaged and untouched from a set amount of attacks. You will need to create a function that takes two arguments, the playing board and the attacks.
AsyncAcademy
Group Project. Learning Management System (LMS) is an application that helps teachers and students store, manage and personalize all online learning materials and interactions. Includes database
carnival
Journey through a carnival, playing games and gathering prizes, eating carnival food, taking rides. Final Project Carnival
favoritePlacesApp
Use native phone features like camera, GPS, & device memory to record and digitally remember your favorite places! React Native JavaScript
finalProject2320cPlusPlus
This project encrypts data using transposition, substitution, and reversal -- substituting one letter for another using a key value, transposing letters into separate strings, and reversing strings. It then decrypts those results and checks if that decrypted string matches the original string.
finalProjectPHP2520
Final Project PHP, S. DEV 2520, Davis Technical College, Kaysville, Utah, USA, DATC, Davis Tech
GlutenFreeDairyFreeMealRecommender
A simple Term Frequency–Inverse Document Frequency-based meal recommendation system that prioritizes gluten-free and dairy-free recipes.
Lottery
Lottery program prompts the user to guess a randomly generated number between 1 and the maximum integer value. The user pays $1 for each guess and wins $1,000,000 if the guess is correct. The user enters a "q" to quit.
mealApp
React Native app. that stores meal recipes
reactNativeFinalProject2730
React Native Final Project SDEV 2730 DATC Davis Tech Kaysville, Utah
bell-kevin's Repositories
bell-kevin/goalSetting
React Native JavaScipt - goal setting app.
bell-kevin/mealApp
React Native app. that stores meal recipes
bell-kevin/aboutMeApp
About Me App in React Native
bell-kevin/authenticationApp
Authentication App in React Native using Google Firebase database
bell-kevin/expenseTrackerApp
Expense Tracker App using React Native JavaScript and Google Firebase database
bell-kevin/GlutenFreeDairyFreeMealRecommender
A simple Term Frequency–Inverse Document Frequency-based meal recommendation system that prioritizes gluten-free and dairy-free recipes.
bell-kevin/guessMyNumberGameApp
React Native JavaScript - number guessing game app.
bell-kevin/reactNativeFinalProject2730
React Native Final Project SDEV 2730 DATC Davis Tech Kaysville, Utah
bell-kevin/aboutMeAppTabNavigation
Tab Navigation - About Me App
bell-kevin/autoCommit
get a green box on github everyday
bell-kevin/davisTechMapPart1
Shows a map of the area of Davis Tech, with Davis Tech as the center of the map, and allows the user to add a marker on that map
bell-kevin/differentGuessingGame
Guess the random number between 1 and 100 set by the app. bot
bell-kevin/favoritePlacesWithDeletion
Use native phone features like camera, GPS, maps, & device memory to to record, digitally remember, and delete your favorite places!
bell-kevin/firemanApp
help fireman keep track of fire stats.
bell-kevin/GoalSettingApp
React Native Goal Setting App. for Android and iOS using ScrollView
bell-kevin/linux
Linux kernel source tree
bell-kevin/nestedNavigationAboutMePlusCourseList
nested Navigation About Me Plus Course List
bell-kevin/practicePhoneScreenOrientationCode
Practice with orientation -- portrait vs landscape -- to change the appearance of the screen based on that orientation
bell-kevin/practiceWithIcons
In this project, you will work with borders, padding, margin, and icons.
bell-kevin/PracticingWithFlexBox
React Native practicing with FlexBox
bell-kevin/registrationDatabase
Firebase database connected to React Native phone app.
bell-kevin/registrationDatabaseUserAuthenticationImproved
React Native smart phone app with Google Firebase database hooked-up on the back-end. User authentication used
bell-kevin/splitComponentsIntoSmallerComponents
split Components Into Smaller Components in React Native JavaScript
bell-kevin/stackNavigationColors
Stack navigation to display a home screen which has buttons to go to 3 other screens
bell-kevin/technologyQuote
React Native app project to display a technology quote when a button is pressed
bell-kevin/techQuotesUsingScrollView
Technology Quotes using ScrollView in React Native
bell-kevin/TrackMania_AI
Racing game AI
bell-kevin/useContextHookReactNativePractice
useContext Hook in React-Native mobile app practice
bell-kevin/useContextRegistration
Registration with the useContext hook from React Native
bell-kevin/useReducerClickCounter
use the useReducer hook for a single piece of state, a counter, to convert the React project in the Introduction video to a React Native project