Skip to content

3t8/MOMOMIA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 

Repository files navigation

MOMOMIA

(This Repository is Hacktobefest - 2022 accepted)
Please Go through How to Contribute to know how you can contribute and get your PR's accepted

The purpose of Online Food Ordering System is to automate the existing manual system by the help of computerized equipment’s and full-fledged computer software, fulfilling their requirements, so that their valuable data/information can be stored for a longer period with easy accessing and manipulation of the same. The required software and hardware are easily available and easy to work with.

Online Food Ordering System, as described above, can lead to error free, secure, reliable and fast management system. It can assist the user to concentrate on their other activities rather to concentrate on the record keeping. Thus it will help organization in better utilization of resources. The organization can maintain computerized records without redundant entries. That means that one need not be distracted by information that is not relevant, while being able to reach the information.

The aim is to automate its existing manual system by the help of computerized equipment’s and full-fledged computer software, fulfilling their requirements, so that their valuable data/information can be stored for a longer period with easy accessing and manipulation of the same. Basically the project describes how to manage for good performance and better services for the clients.

The "MOMOMIA" has been practiced to override the prevalent problems in manual systems. This website is compatible to finalize and, in some cases, reduce the difficulties faced by this existing system. In addition, the system is designed to function smoothly and effectively for the special needs of the company.

The website is minimized as much as possible to avoid errors when entering data. It also gives an error message when entering invalid data. No formal knowledge is required for the user to use this system. Therefore, every test is easy to use. Online food order systems, as described above, can lead to error-free, safe, reliable and fast management systems. This can help the user focus on his other activities instead of focusing on record keeping. Therefore, it will help the organization to make better use of resources.


SCREENSHOTS

2022-10-09

2022-10-09 (4)

2022-10-09 (2)

2022-10-09 (1)

2022-10-09 (3)

https://main--momomias.netlify.app/momomia/ ---

📌How to Contribute📝:

To contribute, look out for the issues raised by the maintainers as well as the other participants for contributions. Comment down your github ID and tell that you're working on the issue.

To start contributing, follow the below guidelines:

1. Fork this repository.

2. Clone your forked copy of the project.

git clone https://github.com/<your_user_name>/community-website.git

3. Navigate to the project directory 📁 .

cd community-website

4. Add a reference(remote) to the original repository.

git remote add upstream https://github.com/RIKI-05/MOMOMIA.git 

5. Check the remotes for this repository.

git remote -v

6. Always take a pull from the upstream repository to your master branch to keep it at par with the main project(updated repository).

git pull upstream main

7. Create a new branch.

git checkout -b <your_branch_name>

8. Perfom your desired changes to the code base.

  1. create a folder and add all code in that folder only.
  2. create a demo folder inside "Your Project" and add a gif of your project named demo.gif

9. Track your changes:heavy_check_mark: .

git add . 

10. Commit your changes .

git commit -m "Relevant message"

11. Push the committed changes in your feature branch to your remote repo.

git push -u origin <your_branch_name>

12. To create a pull request, click on compare and pull requests.

13. Add appropriate title and description to your pull request explaining your changes and efforts done.

14. Click on Create Pull Request.

15. Woohoo! You have made a PR to the community-website 💥 . Wait for your submission to be accepted and your PR to be merged.

Thank you for your interest in contributing to our Repo!🏼

Kudos to you🎈

Best of luck 👍😊

LOOKING FORWARD TO YOUR CONTRIBUTIONS!


Show some ❤️ by starring⭐ this awesome Repository!


📌Our valuable Contributors👩‍💻👨‍💻 :

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.7%
  • CSS 16.2%
  • JavaScript 9.1%