Skip to content

gorbanih/CodingSchmoding

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Assignment Template (This content is provided for team members for setting up their local repository and will be deleted before deadline)

Note: Please make sure that you will create your own branch for purpose of avoiding crashes and testing written code before mergin it with master branch.

THIS INSTRUCTIONS HAVE BEEN DONE BY HUSEYN, YOU MUST NOT GO THROUGH IT.


This repository contains the base files for the assignment. You will need to create a private duplicate in your module organisation. Carry out the following steps, taken from the GitHub documentation:

Temporarily clone this repository to your development computer. This will create a directory on your computer called temp which contains the repository files:

git clone https://github.coventry.ac.uk/web/template-dynamic-websites.git temp

Create a new private repository in the module organisation on the GitHub server and copy the clone url to the clipboard (the one that begins with https:// and ends in .git. The repository name should be your username (the one you use to log into the University computers).

Mirror Push to this new repository, replacing xxx with the url from the clipboard making sure you are in the temp/ directory:

cd temp/ && git push --mirror xxx

Once you are sure the code is in your new repository, delete the temporary local repository.

cd .. && rm -rf temp/ Your private repository on GitHub will now contain a complete copy of this template including the commits that were already made. You can now start your assignment by carrying out the following steps:

Clone your private repository


Change your local config settings. This is a vital step otherwise your commits won't show on the GitHub graph and your grade will be affected.

Start working on the assignment. Remember to install all the dependencies listed in the package.json file.

Please Do not foreget to create a branch. For more information please visit the link: https://github.com/Kunena/Kunena-Forum/wiki/Create-a-new-branch-with-git-and-manage-branches

About this Project (eLearningTool)

For requirements please visit link: https://github.coventry.ac.uk/web/assignment-topics/blob/master/03%20E-Learning%20Tool.md

  • eLearningTool project provides an interactive user friendly interface to study contents such as HTML5, GitHub, and etc.
  • Each user can upload their personal information such as login information and profile picture and they can also view result and personal information. Furthermore they can also change their personal information and get feedback, in percentage,from each quiz.
  • Languages and formats used (by team) to realise this project:
    • HTML5 (HyperText Markup Language 5)
    • CSS3 (Cascading Style Sheets 3)
    • JavaScript (ECMA 6)
    • SQLite 3
    • JSON data format (JavaScript Object Notation)

About

This repository contains codes that were written by active group members (group 3)with dynamic website template provided by module leader!

Resources

Stars

Watchers

Forks

Releases

No releases published