The project is a solid structure for a more complex web app. User can access the menu with a pleasant view.
To run the project:
- Clone the repository: https://github.com/shshamim63/restaurant-app
- Run
cd restaurant-app
to enter into project folder. - Run
npm install
It will install all the dependencies required by the project - Run
npm start
to start the development server. It will automatically open the page in your default browser. - Run
npm run build
to get a deployable version.
👤 Shakhawat Hossain
- Github: @shshamim63
- LinkedIn: @shakhawathossainshamim
- Twitter: @Shshamim090
- Adding sub-menu list
- User can order food
- Add order confirmation
Always welcome to contribute if you want to make it better.
- Fork it (https://github.com/shshamim63/restaurant-app)
- Create your feature branch (git checkout -b feature/[choose-a-name])
- Commit your changes (git commit -am 'what this commit will fix/add')
- Push to the branch (git push origin feature/[chosen-name])
- Create a new Pull Request
This project is licensed under the MIT License - see the LICENSE file for details