This is a meal booking application that allows customers to make food orders and helps to register food vendors who receive the customers' orders and manage them.
This application is a frontend client built with React and Redux
Customers can;
- Sign up
- Login
- View a daily menu of meal options
- Place an order by selecting meal options
Administrators/Caterers can;
- Login
- Create, retrieve, update and delete meal options
- Setup daily menu
- View customer orders
- Git
- NPM
- React v.16
- Redux v.4
- React Router v4
- Provided git is installed on your local machine, clone the project repository to your local machine by running the command
git clone -b develop https://github.com/Jpkat92/book-a-meal-frontend.git
- Navigate into the project directory using the command
cd book-a-meal-frontend
- Install application packages running
npm install
- Run the application using
npm start
In the project directory, you can run:
npm test
Check out application via this link