Skip to content

A proof of concept project in React, similar to Loot Boxes in games, but to order food

License

Notifications You must be signed in to change notification settings

tschleuss/foodbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FoodBox

GitHub license

This is the FoodBox project. A proof of concept project similar to Loot Boxes in games, but for order food. Created with the solely purpose of improving my ReactJS skills.

In FoodBox you can create boxes with a maximum value, and you can create many combinations with foods that you like from every available restaurants. When you get hungry, just purchase a closed box, and you will receive in your door a random box of food based on what you have previous choosed.

This is a proof of concept product that I'm doing to practice developing with ReactJS, it will not work as a final product to deploy and use. But feel free to use any source code from here.

This project was started after the SkipTheDishes / VanHack recruiting fair in São Paulo, base on my project that I did there.

Technologies

  • JavaScript ES6
  • ReactJS
  • Redux

To get started:

  • You must have node installed, version v8.9.1 or above
  • You must have yarn installed.
    • If you have npm, install yarn through npm i -g yarn.
    • If you are using a unix system, you should use sudo first.
  • install all projects dependencies with yarn install
    • It may take some time since it will install all sub project's dependencies.
  • start the development server with yarn start
    • It will start the web and server simultaneously

Mock data

Licensing

MIT

Resources

Releases

No releases published

Packages

No packages published