Skip to content

McEsselB/11354613_DCIT205

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCIT_205_IA

11354613

Mc-Essel Kweku Bondzie

Introduction and Purpose of The Building This Website

Building websites could be for so many different reasons. In this case, the website I am building is a website for an educational instituition, that is the University of Ghana, Computer Science Department. This website will provide an environment for the members of the Computer Science Department to have access to some sort of information like upcoming events of the department, and news updates. The website could also serve great purpose to anyone else who is outside the community but will like to join the community soon. Some of these purposes the website could serve outsiders of the community is that it provides an about section that will brief anyone who visits the about us section of the home page what the purpose of computer sceince department is. Courses offered from the department are also displayed on the website so as to help anyone who will be interested in joining the community course options to choose from. In conlcusion, this website I am building for the University of Ghana, Computer Sceince department it to host or create an online version for the presence of the department and also to ensure the sharing of information from the department to its members, some outsiders who are interested in the community and information amongst the members of the community itself.

Setting up your git.

  1. Install Git and sign up for git hub account.

  2. Run git bash and set up your git user name and email by runing the following code lines in git terminal:
    ~ git config --global user.name "example name"
    ~ git congig --global user.email "[email protected]"
    To check if the process went through, run:
    ~ git config -l
    Your user name and user email will be displayed in the terminal, that is a confirmation of your git setup.

  3. Close git bash

Detailed instructions on how to clone and set up the project.

  1. In Visual Studio Code, open your open your bash terminal

  2. While Vs code is open, open github repo to fork from in your browser, using this link "https://github.com/Daquiver1/DCIT_205_IA"

  3. In the DCIT_205_IA bar, find the fork button and click on it.

  4. Using this name convention “STUDENT ID_DCIT205” set a name for your repo

  5. From the code button drop-down list, copy the https link under the local clone section.

  6. Back in your git bash terminal opened in vs code, paste the link after the code :
    ~git clone
    For example:
    ~ git clone https://github.com/Daquiver1/DCIT_205_IA.git

  7. Notice a README.md file appears in your current folder directory.

  8. If your additional code files are in a different directory, cut or copy all those files and paste it in the folder where your README.md file is. This folder will have the name you used when forking Danquiver1's repo for the IA. Example as the naming convention is “STUDENT ID_DCIT205”

  9. To activate your folder directory, use the command:
    ~cd "while pasting your local folder path"
    for example:
    ~cd STUDENT ID_DCIT205
    This folder will be set as your main branch

  10. Add files to be tracked by using cmd:
    ~git add .

  11. To commit files, use cmd:
    ~git commit -m "enter any commit message"

  12. To push committed files to your githhub or online repo, use cmd:
    ~git push origin main

  13. Open your github repo to notice or confirm, all changed and added files has been uploaded.

Screenshots of My Web Page

Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text Alt text

Lesson from the Project

In this Project I was able to learn a lot of crucial lessons. During the time I was developing the front-end for the Computer Science Dept. I worked with GitHub and Git. From this, I was able to learn some basic processes like tracking files all the way down to pushing them to a github repository. Generally, I have learnt the basics of HTML, CSS and JavaScript.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 68.7%
  • CSS 29.9%
  • JavaScript 1.4%