An open API service indexing awesome lists of open source software.

https://github.com/code-crash/exam-module

This application is a example of Exam Module in Angular 2
https://github.com/code-crash/exam-module

Last synced: about 1 month ago
JSON representation

This application is a example of Exam Module in Angular 2

Awesome Lists containing this project

README

          

# 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

* [AngularJS](https://angular.io/) (5.x)
* [MaterialUI](https://material.angular.io/) (5.x)

##### 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](https://exam-module.herokuapp.com)

#### Author

* Pravin Tiwari
* Mail: pravintiwari1992@gmail.com