Skip to content

brucean52/restaurant-antd

Repository files navigation

Restaurant AntD -> New Chopstix Restaurant

Description

A demo restaurant app using Ant Design. Includes the following:

  • Home, menu, and checkout(disabled inputs/order button) page with routing. (React Router v6)
  • Cart/Bag drawer with add, edit, and remove item functionality.
  • Mobile responsive.

Alt text Alt text Alt text Alt text Alt text

Installation and Setup

In the project directory, you can run:

npm install

Installs the necessary modules to run the application.

npm start or npm run dev

Runs the app in development mode. Open http://localhost:3000/ to view it in your browser.

npm test

Runs the applications tests. Test code was wrtten using React Testing Library.

References