Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.21 KB

README.md

File metadata and controls

60 lines (41 loc) · 1.21 KB

React Checkout

A storefrontend app made with React, Redux, styled-components and Trustly's payment API.

A storefrontend app made with React by Gabriel Colombo

Environment setup

Running the project

1 - Clone this repository to your machine

git clone https://github.com/gabrielcolombo/react-checkout

2 - Navigate into the project's folder

cd react-checkout

3 - Install the project's dependencies

npm install

4 - Start the development server

npm start

5 - Navigate to the home page using your browser of choice

http://localhost:3000

Technologies used

Roadmap

  • Home page
  • Checkout page
  • API integration
  • Unit tests