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
- Host: GitHub
- URL: https://github.com/code-crash/exam-module
- Owner: Code-Crash
- Created: 2018-01-19T12:14:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-19T14:20:53.000Z (over 8 years ago)
- Last Synced: 2025-11-23T17:04:04.712Z (7 months ago)
- Language: TypeScript
- Homepage: https://exam-module.herokuapp.com
- Size: 2.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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