Pinned Repositories
wdd330
Clever_Stories
The program should begin by asking the user for each of the words. It should then, fill those words into the appropriate places in the story.
handcrafted-haven
Handcrafted Haven is an innovative web application that aims to provide a platform for artisans and crafters to showcase and sell their unique handcrafted items. It serves as a virtual marketplace, connecting talented creators with potential customers who appreciate the beauty and quality of handmade products.
Adventure_game
It is a text-based adventure game, in which the user is presented with a scenario with different options. Depending on the option you choose, you will have different consequences, which in turn present different options for the next action.
Calculate_areas
Functions to compute and return the areas of squares, rectangles, and circles.
cine365
contacts-store
cse121b
cse210-hw
cse212-projects
Juarpla's Repositories
Juarpla/cse212-projects
Juarpla/employee-tasks.manager
Juarpla/handcrafted-haven
Handcrafted Haven is an innovative web application that aims to provide a platform for artisans and crafters to showcase and sell their unique handcrafted items. It serves as a virtual marketplace, connecting talented creators with potential customers who appreciate the beauty and quality of handmade products.
Juarpla/next-dashboard
Juarpla/Juarpla
Juarpla/react-next
Juarpla/todapp-react
Juarpla/med-connect
Juarpla/leads-directory
Juarpla/contacts-store
Juarpla/cse341-ww-student-code
Juarpla/cse340motors
Juarpla/cine365
Juarpla/wdd330
Juarpla/fullstack-hy2024
Juarpla/wdd230
Juarpla/cse210-hw
Juarpla/cse121b
Juarpla/wdd130
Juarpla/Juarpla.github.io
Juarpla/rock_paper_scissors_game
Rock paper scissors is an intransitive hand game, usually played between two people, in which each player simultaneously choose one of three options vs computer choice
Juarpla/Calculate_areas
Functions to compute and return the areas of squares, rectangles, and circles.
Juarpla/Life_Expectancy_Data_Analysis
A program to analyze a dataset containing information about life expectancies over the years throughout the countries of the world.
Juarpla/Human_Resources_System
The data for these HR systems is stored on servers. In a real system, this data would be stored in a database, but for our purposes, we will practice by using data stored in a single text file.
Juarpla/Shopping_Cart
For this project you will create a program that stores a list of products in a shopping cart along with their prices. The user should have the ability to add items to the list, remove them, and see the total price of the cart.
Juarpla/List_of_Numbers
Ask the user for a series of numbers, and append each one to a list. Stop when they enter 0. Once you have a list, have your program do the following:
Juarpla/Word_Puzzle
The program contains a hidden secret word stored in a variable. This word can have any number of letters in it. When the program runs, the user is shown underscores ( _ ) for each letter of the word.
Juarpla/Guess_Number_Game
In the Guess My Number game the computer picks a magic number, and then the user tries to guess it. After each guess, the computer tells the user to guess "higher" or "lower" until they guess the magic number.
Juarpla/Adventure_game
It is a text-based adventure game, in which the user is presented with a scenario with different options. Depending on the option you choose, you will have different consequences, which in turn present different options for the next action.
Juarpla/Grade_Calcutor
A program that determines the letter grade for a course according to the following scale: A >= 90 B >= 80 C >= 70 D >= 60 F < 60; and more.