Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

eniac00/prepre_reg

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PrePre Registration


An application that will give an opportunity to BracU students to prepare themselves before their pre-registration.

How to run

Open any browser (chrome, firefox, brave etc) and press ctrl+o to open the index.html.

Alternate way (serve the webpage)

Serve the webpage using a simple http server. For example,

Python (http.server)

python3 -m http.server 8080

Nodejs (http-server)

npm install http-server
http-server

After serving visit with any browser using any of the socket address provided below.

https://localhost:8080
or 
https://<DEVICE IP ADDRESS>:8080

ScreenShots

ss1

Credit

Truly indebted to these open-source projects,

Morty Proxy This is a proxified and sanitized view of the page, visit original site.