This project was bootstrapped with Create React App.
Below you will find some information on how to perform common tasks.
navigate to "myrestaurant" folder
run command "npm install" to install dependencies
run command "npm start" to start application
browser should automatically open with url localhost:3000. If not please open the same url in any broowser.
Sign in: users details for sign in is taken from src/data/user.json file as authentication is done locally. one of the already availbale credentials are username(Max 10 chars):sampleuser password(Max 8 chars):test Please update json file accordingly for additional credentials