Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 607 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 607 Bytes

order-entry

order entry coding challenge

Start Project

npm i && npm start

Host:Port

localhost:8080

Vertical Layout - Screenshot

alt text

Horizontal Layout - Screenshot

alt text

note

There is a bug in the latest version of antd; it requires css-animation@^1.5.0; the latest version of that is 1.6.0 and they introduced file name changes. Because of that, I added [email protected] in the package.json

// node_modules/antd/es/_util/wave.js

import TransitionEvents from "css-animation/es/Event";