Skip to content

Apoerin/crepes-burgers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crepes&Burgers

This small app is for a restaurant.

Demo

Link: https://apoerin.github.io/crepes-burgers/

Functionality

  • Displaying data from locale file,
  • Navigating between home and menu pages.
  • See positions in menu by types of food - burgers, crepes, lunch of the day.
  • Add selected meals to a cart.
  • Fill the form with address, phone number and selected delivery time.
  • Submit your order (actually this doesn't do anything, just frontend example).

Tech Stack

React (Hooks, Router), Bootstrap

Run Locally

Clone the project

  git clone https://github.com/Apoerin/crepes-burgers.git

Go to the project directory

  cd crepes-burgers

Install dependencies

  npm install

Start the server

  npm run start