Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1007 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 1007 Bytes

Burger Builder

Burger Builder is a web application in which you can create your user, order a burger,adding as much ingredients as you want, order it and look for your previous orders.

Builted with React 16.11.0 it contains:

  • Redux, Redux-thunk.
  • Firebase.
  • Axios.
  • Proptypes.
  • Enzyme + Jest.

Run the app

  • Install the npm packages. npm install
  • Create your own database at Firebase.
  • Copy the .env.example file. cp .env.example .env
  • Add Firebase information to the .env file, allowing React to connect to it.
  • Enable Redux Development extension in the .env file with the word 'development'.

Screenshots

Start your order. Before ordering the hamburger. Adding contact data. Your order history.