This project is a web application concept for a food delivery company. The app is live running in the following url: https://rappidos.web.app/
The app is basically a Management Tool for restaurants which want to offer their plates online and deliver them to their customers.
- Restaurants registration
- Add plates, delete plates
This project was bootstraped using create-react-app
, there is a list of available commands below. The app was deployed using Firebase.
The following command will install locally the dependencies listed in the package.json file.
The app was mainly meant to be used by restaurants. The restaurant should sign up using a phone number, the same phone number shoul be used to log in to the app. Once a restaurant has logged in plates can be added or delete.
The following command will create a minimized production build in a folder called build
in he root directoy.
If you find a bug or have any suggestion, you can open a issue in the repository issues section.