Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.96 KB

README.md

File metadata and controls

48 lines (35 loc) · 1.96 KB

ASAP Poke

Badge - License: MIT

Deployed Website:

DESCRIPTION

Brand website for ASAP Poke, a hypothetical restaurant concept. Built with React, deployed on Heroku with the MERN stack, and featuring menu, order, rewards, and newsletter sign-up (which also features form validation).

SCREENSHOTS

Homepage

Gameplay Page

Menu

Menu Page

Order

Order Page

Rewards

Rewards Page

Contact

Contact Page

INSTALLATION

  • No installation is required, as the user can simply visit the deployed application link: https://delicious-dining.herokuapp.com/
  • However, if the user wishes to investigate the code locally, the following steps should be performed:
    • Clone the repo for use on your local machine
    • Use the command line to locate the cloned repo and make it your current directory
    • Type npm install in the command line; this will install the necessary node module packages and dependencies

USAGE

  • To run the application locally...
    • Use the command line to locate the cloned repo and make it your current directory
    • Simply type npm start in the command line
    • This will open a localhost connection on your default browser, wherein the React application will run
  • To run the application online, please vist the deployed link: https://delicious-dining.herokuapp.com/
  • Happy eating!

LICENSE

License: MIT License
https://opensource.org/licenses/MIT

CONTRIBUTING

Built by yours truly: https://github.com/JPBrickhouse