Assignment 1
Principles and practices, project management
Have you:
plan and sketch a potential final project
work through a git tutorial
INSTALL AND USE GIT: I had never used GIT and read the documentation about GITLAB that was on the website of FABACADEMY and followed the steps they mention
I downloaded and installed Git.
Then, I open the folder that the instructor downloaded on each computer. We are assigned a code and from there we will upload all our files, my code is 90.
Then, we must put: git pull origin master, so that all the files that created are copied
After this, we put git add to upload the new files that we create in the assigned folder
Then I configured my user and email: git config --global user.name "name lastname" and then write git config --global user.email "email@domain.com"
After writing this, we put: git commit -m "NAME", to validate what is uploaded
Finally, we write git push origin master, so that it is updated in our web
In the future, if you want to upload something, follow these steps:
1. GIT PULL ORIGIN MASTER
2. GIT ADD *
3. GIT COMMIT -M ""NAME"
4. GIT PUSH ORIGIN MASTER
DESIGN WEB SITE: This is the first time I built a web page, I decided that I needed to work on a template and download the easiest software for web page editing, in this case I chose Dream Weaver.
Once the web template is downloaded, it should look like this, and that is how it should be inside your assigned folder. Do not forget that the index must always read Index otherwise you will not be able to upload.
The program allows you to work either in code or in front of the page, allows you to upload photos, videos in an easy way, the only inconvenience I saw is to create font, it is not so easy.
Finally, after much effort, complete the index of my web page
FINAL PROJECT IDEA: My initial idea is to develop a machine that makes sandwiches. That is, to carry out the whole process of preparing a particular sandwich without the need to use the hands, only with an indication of the cell phone.
For this, the machine will have several ingredients (including bread), plus a conveyor belt which will allow the sandwich assembly to pass through each ingredient that is desired depending on the sandwich chosen.
Later I discovered that my idea was not so easy and especially when it comes to food products, especially when they are not completely solid