Topics for the site: AnimalsWhat your site needs to include: Your site must be four pages.You need to use the Bootstrap nav bar, customize the colours, and change the hamburger icon to the words “menu”.You need to include a responsive hero image.You need to include six box elements.Your site needs to be responsive and adapt […]
Archive for the ‘Websites, web programming’ Category
Project 9-2 Account Balance Calculator
Project 9-2: Account Balance CalculatorCreate an application that calculates and displays the starting and ending monthly balances for a checking account and a savings account. ConsoleWelcome to the Account application Starting Balances Checking: $1,000.00 Savings: $1,000.00 Enter the transactions for the month Withdrawal or deposit? (w/d): w Checking or savings? (c/s): c Amount?: 500 Continue? […]
Simple CRM
Need to use spring boot app (java), angular in vs code, and MySQL for database. Need to be able to create, edit, delete, update customers in a database and pick a service to assign to each customer and add a price. Needs to be styled with CSS and be responsive. I am looking for something […]
VueJS
To get a better idea of how you build your web applications and where your skill level is at, I would like to see you build a web application using test data from https://jsonplaceholder.typicode.com/. I would like you to complete this challenge using Vue.js The application should: -Make use of the users, posts, and comments […]
VueJs API application
To get a better idea of how you build your web applications and where your skill level is at, I would like to see you build a web application using test data from https://jsonplaceholder.typicode.com/. I would like you to complete this challenge using Vue.js The application should: Make use of the users, posts, and comments […]
Project 8-2 Person Manager
Project 8-2: Person ManagerCreate an application that lets you enter a new customer or a new employee. ConsoleWelcome to the Person Manager Create customer or employee? (c/e): Error! This entry is required. Try again. Create customer or employee? (c/e): p Error! Entry must be ‘c’ or ‘e’. Try again. Create customer or employee? (c/e): c […]
JavaScript for beginners
1.Create an html page, add 3 text boxes in which the user will input 3 numbers :a,b,cAdd a button that, on click, will calculate ((a*b) + (b*c)) / (a+b). The result will be displayed in an alert. 2. Create an html page, add 3 text boxes in which the user will input 3 numbers :a,b,cAdd […]
Project 7-3: Guessing Game
Project 7-3: Guessing GameConvert a previous application so it uses classes to organize its code. ConsoleWelcome to the Guess the Number Game ++++++++++++++++++++++++++++++++++++ I’m thinking of a number from 1 to 100. Try to guess it. Enter number: 50 You got it in 1 tries. Great work! You are a mathematical wizard. Try again? (y/n): […]
Raspberry Pi: Python live web graphs from sensor data
I have completed the main section of Python code, I need help with building a web interface that displays 2 live updating graphs (from the sensor data my program obtains), and 2 clocks (one is standard time, the other varies according to the sensor data).THIS CAN BE A LOCALLY RUNNING WEB INTERFACE TO PROVE THE […]
coding a 4 page website
For this assignment, create a four page website using flexbox or CSS grid. The layout must adapt to the screen size. Remember design for mobile first. You must create a responsive navigation. The navigation must adapt to the screen size. Aim to have at least two media queries. The media queries should be based on […]