Code-Crash / exam-module

This application is a example of Exam Module in Angular 2

Home Page:https://exam-module.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Module Demo

Description:

  • This project contain the small example of Exam module
  • It also record the time taken by the specific question.
  • Support Auto next/previous Feature.

Project Details

Technology Stack

Client Server
Requirements
  • Should have NodeJS/NPM installed.

Development Environment

I have made sure that the project behaves similarly on all the platforms. But, I have used macOS Sierra system (10.12.6) and tested on Google Chrome(62.0.3202.89)

Project Setup

Setup web-server
  • The web-server is responsible for showing and provide the good UI/UX to the user and also it will provide the control over data to manipulation.
  • To start the web-server we need to follow the below steps.
$cd web-server/

$npm install

$npm start
  • If you face any issues with npm start, then check if you have installed @angular/cli or not, you can install by using the command as follow:
$npm install @angular/cli -g
  • If npm install is running for a long time, use control+c and then see if there is any error or not, and also try running npm start if it works.
  • If everything is fine, you will see the web-server is running on http://localhost:4200/.

For Demo Click Here

Author

About

This application is a example of Exam Module in Angular 2

https://exam-module.herokuapp.com


Languages

Language:TypeScript 70.5%Language:HTML 16.8%Language:JavaScript 7.4%Language:CSS 5.3%