A restaurant web application using vanilla JavaScript.
See Live (development version): https://namkora-restaurant.netlify.app/
You can create a Namkora Account
as a CUSTOMER
or ADMIN
.
To create an ADMIN
account you need to check
the [ ] Request for ADMIN Account.
option during registration.
By default all registered accounts are CUSTOMER
type.
Without logged in user will be treated as ANONYMOUS
user.
First goto root directory of this repository. Then use terminal/command prompt
.
To run the development server:
npm start
Then you will see similar to Server running at http://localhost:1234
. Then open your browser and go to this URL (http://localhost:1234
).
To build the applocation:
npm run build
This application still under development. Be aware about the bugs and unexpected behabiors while using this application. We are trying to complete the application ASAP.
Thank you!