Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vercetti322/appointment-page
This is a minimal SPA (svelte.js) with a form component which takes in user credentials :- (name, email, mobile, preffered date & time, and reason of appointment) and displays field to vaildate OTP to user's mobile (made use of Twilio API).
https://github.com/vercetti322/appointment-page
frontend javascript sveltejs
Last synced: about 1 month ago
JSON representation
This is a minimal SPA (svelte.js) with a form component which takes in user credentials :- (name, email, mobile, preffered date & time, and reason of appointment) and displays field to vaildate OTP to user's mobile (made use of Twilio API).
- Host: GitHub
- URL: https://github.com/vercetti322/appointment-page
- Owner: vercetti322
- Created: 2024-08-10T11:56:48.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-08-13T14:05:14.000Z (3 months ago)
- Last Synced: 2024-09-29T10:50:56.324Z (about 2 months ago)
- Topics: frontend, javascript, sveltejs
- Language: Svelte
- Homepage: https://appointment-page.onrender.com
- Size: 1.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Session Registration Portal
This is a minimal SPA (svelte.js) with a form component which takes in user credentials :- (name, email, mobile, preffered date & time, and reason of appointment) and displays field to vaildate OTP to user's mobile (made use of Twilio API). The entire project is backend specific (i made it to learn the backend stuff better, available at [backend](https://github.com/vercetti322/appointment-backend.git)).### Build & Run
To build / run it locally, simply clone the repo and perform following commands:
```
npm install
npm run dev # to run locally
npm run build # to build locally
```Head on to backend for the specific OTP and email functionality which the project aims to implement!