A fast food application built with React/Redux that allows users to place food orders and have them delivered to their address.
- Link to Hosted App
- Link to Pivotal Tracker
- Tech Stack Used
- Application Features
- How To Use
- Tests
- Author
- License
https://afasfoodfast-react-app.herokuapp.com/
https://www.pivotaltracker.com/n/projects/2226237
- React - v16.5.2
- Redux - v4.0.1
- Babel - v7.0.0-bridge.0
- Webpack - v74.19.1
- Express Server - v4.16.4
- Babel/Cli - v7.2.3
- Jest - v24.0.0
- webpack-dev-server - v3.1.14
- users can see a list of food items
- users can place order for any food item
- users can view their order history
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/ah-med/FastFoodFast-React.git
# Go into the repository
$ cd fastfoodfast-react
# Install dependencies
$ npm install
# Run the app
$ npm start for production build
$ npm start:dev for development environment
- To run tests, navigate to the project's root directory
- do
npm install
- run
npm run test
Ahmed Omosanya
ISC