Skip to content
Permalink
442efb41bf
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?
Go to file
 
 
Cannot retrieve contributors at this time
44 lines (28 sloc) 3.16 KB
# 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](https://help.github.com/en/enterprise/2.16/user/articles/duplicating-a-repository):
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](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup). 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)