Skip to content

A restaurant web application using vanilla JavaScript.

Notifications You must be signed in to change notification settings

cseai/namkora-restaurant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Namkora Restaurant

A restaurant web application using vanilla JavaScript.

See Live (development version): https://namkora-restaurant.netlify.app/

User Manual

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.

Developer Instractions

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

Note

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!

About

A restaurant web application using vanilla JavaScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.2%
  • HTML 21.3%
  • SCSS 2.5%