Skip to content

Alhibb/Glitters-Team-Primary-Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

THE GLITTERS TEAM

Primary Collaboration Landing Page

Project Description

The aim of this project is to improve our collaborations skills to get us prepared for the project phase of Tiidelab cohort3.

Template Link

Open project template link to view it in the browser.

GUYS WE ARE WORKING ON THE DEVELOP BRANCH

Contribution Guide

  1. Fork the repository
  2. Clone and then open it up on your prefered code editor
  3. Open terminal and set upstream branch : git remote add upstream https://github.com/Ayodejioladimeji/Glitters-Team-Primary-Project.git
  4. Pull upstream git pull upstream main
  5. Create a new branch for the task you are doing eg : git checkout -b develop
  6. After making changes, do git add .
  7. Commit your changes with a descriptive commit message : git commit -m "commit message"
  8. To make sure there are no conflicts : git pull upstream main
  9. Push changes to your new branch : git push origin your-current-branch-name
  10. Create a pull request to the main branch

Folder Structure for the Frontend

  • src
    • assets
    • html
      • index.html
    • js -index.js
    • styles
      • style.css
  1. ASSETS FOLDER This folder contains all the images and icons that will be used in the project

  2. HTML FOLDER This is the parent folder that will contain all the html markup in the projects

  3. STYLES FOLDER This is the parent folder that will contain all the styles in the projects

  4. JS FOLDER This is the parent folder that wraps all the javascript in the project

NAMES OF ALL TEAM MEMBERS

		Name					Email Adress
  1.  	Abigael Anyanwu			[email protected]
    
  2.  	Ibrahim Rabiu			[email protected]
    
  3.  	Lawal Kosarah			[email protected]
    
  4.  	Josiah Andrew			[email protected]
    
  5.  	Victor Ade-Samuel		[email protected]
    
  6.  	Abiodun Awoyemi			[email protected]
    
  7.  	Akinyele paul      		[email protected]
    
  8.  	Oyewale Tayo			[email protected]
    
  9.  	Janet Abiola			[email protected]
    
  10. 	Ayodeji Oladimeji		[email protected]
    

About

A project to improve our collaboration skills

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 66.0%
  • HTML 34.0%