Skip to content

A responsive web application for a restaurant utilizing React and Redux!

Notifications You must be signed in to change notification settings

McTechie/react-restaurant-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ristorante conFusion (Web Application)

This web application has been created as a part of the Front-End Web Development with React course provided by The Hong Kong University of Science and Technology.

  • The web application utilizes the React JavaScript library, and has been built using create-react-app (CRA).

  • Some of the concepts covered while development include:

    • Reactstrap
    • React Router
    • Virtual DOM & Single Page Applications
    • Redux
    • React-Redux-Forms
    • React Animations

    For a detailed overview of the concepts covered, Click here!

  • The production build can be created by entering npm run build or yarn build in the terminal, and further the contents of the build folder can be deployed on a server.