This is a simple checkout app that shows 3 steps (cart, payment and confirmation). It is build using the following:
- React
- Typescript
- HTML
- scss
- Node.js
- Express
- react-query
- react-hook-form
- react-testing-library and Jest
In the project directory, you can run:
- In the front folder, type
yarn install
to install the dependencies - Run the app with
yarn start
- Open http://localhost:3000 to view it in the browser.
- In the back folder, type
yarn install
to install the dependencies - Run the app with
yarn start
. It runs in port 5000