Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.33 KB

Checkout Form

Live demo available here.

This is a product thumbnail and associated checkout form built with React, Redux, and redux-form, and styled using CSS modules. It is my recreation of challenge 002 of the React Daily UI challenge by Fullstack React.

Mobile 1 Mobile 2 Desktop Original (Fullstack React)
Mobile 1 Mobile 2 Desktop Original from Fullstack React

Developer Setup

Clone the repo and cd into the newly-created 002-checkout folder:

git clone https://github.com/CodeWithOz/002-checkout.git
cd 002-checkout/

Install dependencies and run the dev server:

yarn install
yarn start

Testing

Run yarn test.

This project was bootstrapped with Create React App so all its cli options are available.