Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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)).

image

### 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!