Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eniac00/prepre_reg
Pre registration utility
https://github.com/eniac00/prepre_reg
brac-university bracu bracucse preregistration utility-application
Last synced: 12 days ago
JSON representation
Pre registration utility
- Host: GitHub
- URL: https://github.com/eniac00/prepre_reg
- Owner: eniac00
- License: gpl-3.0
- Created: 2022-05-06T12:22:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-19T11:45:13.000Z (6 months ago)
- Last Synced: 2024-08-02T10:27:21.321Z (3 months ago)
- Topics: brac-university, bracu, bracucse, preregistration, utility-application
- Language: JavaScript
- Homepage: https://preprereg.vercel.app
- Size: 3.66 MB
- Stars: 12
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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)
```python
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://:8080
```## ScreenShots
![ss1](./screenshots/demo_desktop.png)
## Credit
Truly indebted to these open-source projects,
* ~~**tabletojson** : [https://www.npmjs.com/package/tabletojson](https://www.npmjs.com/package/tabletojson)~~
* **dual-listbox** : [https://github.com/maykinmedia/dual-listbox](https://github.com/maykinmedia/dual-listbox)
* **html2canvas** : [https://html2canvas.hertzen.com/](https://html2canvas.hertzen.com/)